public class InputMethodService.InputMethodSessionImpl extends AbstractInputMethodService.AbstractInputMethodSessionImpl
InputMethodSession.EventCallback| Constructor and Description |
|---|
InputMethodService.InputMethodSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
dispatchKeyEvent, dispatchTrackballEvent, isEnabled, isRevoked, revokeSelf, setEnabledpublic InputMethodService.InputMethodSessionImpl()
public void finishInput()
public void displayCompletions(CompletionInfo[] completions)
public void updateExtractedText(int token,
ExtractedText text)
public void updateSelection(int oldSelStart,
int oldSelEnd,
int newSelStart,
int newSelEnd,
int candidatesStart,
int candidatesEnd)
public void viewClicked(boolean focusChanged)
public void updateCursor(Rect newCursor)
public void toggleSoftInput(int showFlags,
int hideFlags)
Copyright © 2008-2013. All Rights Reserved.