android.inputmethodservice
Class InputMethodService.InputMethodSessionImpl
java.lang.Object
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
android.inputmethodservice.InputMethodService.InputMethodSessionImpl
- All Implemented Interfaces:
- InputMethodSession
- Enclosing class:
- InputMethodService
public class InputMethodService.InputMethodSessionImpl
- extends AbstractInputMethodService.AbstractInputMethodSessionImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputMethodService.InputMethodSessionImpl
public InputMethodService.InputMethodSessionImpl()
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.