android.inputmethodservice
Class InputMethodService.InputMethodSessionImpl

java.lang.Object
  extended by android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
      extended by android.inputmethodservice.InputMethodService.InputMethodSessionImpl
All Implemented Interfaces:
InputMethodSession
Enclosing class:
InputMethodService

public class InputMethodService.InputMethodSessionImpl
extends AbstractInputMethodService.AbstractInputMethodSessionImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.view.inputmethod.InputMethodSession
InputMethodSession.EventCallback
 
Constructor Summary
InputMethodService.InputMethodSessionImpl()
           
 
Method Summary
 void appPrivateCommand(String action, Bundle data)
           
 void displayCompletions(CompletionInfo[] completions)
           
 void finishInput()
           
 void toggleSoftInput(int showFlags, int hideFlags)
           
 void updateCursor(Rect newCursor)
           
 void updateExtractedText(int token, ExtractedText text)
           
 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd)
           
 void viewClicked(boolean focusChanged)
           
 
Methods inherited from class android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
dispatchKeyEvent, dispatchTrackballEvent, isEnabled, isRevoked, revokeSelf, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputMethodService.InputMethodSessionImpl

public InputMethodService.InputMethodSessionImpl()
Method Detail

finishInput

public void finishInput()

displayCompletions

public void displayCompletions(CompletionInfo[] completions)

updateExtractedText

public void updateExtractedText(int token,
                                ExtractedText text)

updateSelection

public void updateSelection(int oldSelStart,
                            int oldSelEnd,
                            int newSelStart,
                            int newSelEnd,
                            int candidatesStart,
                            int candidatesEnd)

viewClicked

public void viewClicked(boolean focusChanged)

updateCursor

public void updateCursor(Rect newCursor)

appPrivateCommand

public void appPrivateCommand(String action,
                              Bundle data)

toggleSoftInput

public void toggleSoftInput(int showFlags,
                            int hideFlags)


Copyright © 2008-2012. All Rights Reserved.