public abstract class AbstractInputMethodService.AbstractInputMethodSessionImpl extends Object implements InputMethodSession
InputMethodSession.EventCallback| Constructor and Description |
|---|
AbstractInputMethodService.AbstractInputMethodSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchKeyEvent(int seq,
KeyEvent event,
InputMethodSession.EventCallback callback) |
void |
dispatchTrackballEvent(int seq,
MotionEvent event,
InputMethodSession.EventCallback callback) |
boolean |
isEnabled() |
boolean |
isRevoked() |
void |
revokeSelf() |
void |
setEnabled(boolean enabled) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappPrivateCommand, displayCompletions, finishInput, toggleSoftInput, updateCursor, updateExtractedText, updateSelection, viewClickedpublic AbstractInputMethodService.AbstractInputMethodSessionImpl()
public boolean isEnabled()
public boolean isRevoked()
public void setEnabled(boolean enabled)
public void revokeSelf()
public void dispatchKeyEvent(int seq,
KeyEvent event,
InputMethodSession.EventCallback callback)
dispatchKeyEvent in interface InputMethodSessionpublic void dispatchTrackballEvent(int seq,
MotionEvent event,
InputMethodSession.EventCallback callback)
dispatchTrackballEvent in interface InputMethodSessionCopyright © 2008-2013. All Rights Reserved.