| Package | Description |
|---|---|
| android.inputmethodservice | |
| android.view.inputmethod |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchKeyEvent(int seq,
KeyEvent event,
InputMethodSession.EventCallback callback) |
void |
AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchTrackballEvent(int seq,
MotionEvent event,
InputMethodSession.EventCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodSession.dispatchKeyEvent(int seq,
KeyEvent event,
InputMethodSession.EventCallback callback) |
void |
InputMethodSession.dispatchTrackballEvent(int seq,
MotionEvent event,
InputMethodSession.EventCallback callback) |
Copyright © 2008-2013. All Rights Reserved.