android.inputmethodservice
Class AbstractInputMethodService.AbstractInputMethodSessionImpl
java.lang.Object
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
- All Implemented Interfaces:
- InputMethodSession
- Direct Known Subclasses:
- InputMethodService.InputMethodSessionImpl
- Enclosing class:
- AbstractInputMethodService
public abstract class AbstractInputMethodService.AbstractInputMethodSessionImpl
- extends Object
- implements InputMethodSession
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInputMethodService.AbstractInputMethodSessionImpl
public AbstractInputMethodService.AbstractInputMethodSessionImpl()
isEnabled
public boolean isEnabled()
isRevoked
public boolean isRevoked()
setEnabled
public void setEnabled(boolean enabled)
revokeSelf
public void revokeSelf()
dispatchKeyEvent
public void dispatchKeyEvent(int seq,
KeyEvent event,
InputMethodSession.EventCallback callback)
- Specified by:
dispatchKeyEvent
in interface InputMethodSession
dispatchTrackballEvent
public void dispatchTrackballEvent(int seq,
MotionEvent event,
InputMethodSession.EventCallback callback)
- Specified by:
dispatchTrackballEvent
in interface InputMethodSession
Copyright © 2008-2012. All Rights Reserved.