public interface InputMethodSession
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InputMethodSession.EventCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
appPrivateCommand(String action,
Bundle data) |
void |
dispatchKeyEvent(int seq,
KeyEvent event,
InputMethodSession.EventCallback callback) |
void |
dispatchTrackballEvent(int seq,
MotionEvent event,
InputMethodSession.EventCallback callback) |
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) |
void finishInput()
void updateSelection(int oldSelStart,
int oldSelEnd,
int newSelStart,
int newSelEnd,
int candidatesStart,
int candidatesEnd)
void viewClicked(boolean focusChanged)
void updateCursor(Rect newCursor)
void displayCompletions(CompletionInfo[] completions)
void updateExtractedText(int token,
ExtractedText text)
void dispatchKeyEvent(int seq,
KeyEvent event,
InputMethodSession.EventCallback callback)
void dispatchTrackballEvent(int seq,
MotionEvent event,
InputMethodSession.EventCallback callback)
void toggleSoftInput(int showFlags,
int hideFlags)
Copyright © 2008-2013. All Rights Reserved.