Uses of Interface
android.view.inputmethod.InputMethodSession.EventCallback

Packages that use InputMethodSession.EventCallback
android.inputmethodservice   
android.view.inputmethod   
 

Uses of InputMethodSession.EventCallback in android.inputmethodservice
 

Methods in android.inputmethodservice with parameters of type InputMethodSession.EventCallback
 void AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchKeyEvent(int seq, KeyEvent event, InputMethodSession.EventCallback callback)
           
 void AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchTrackballEvent(int seq, MotionEvent event, InputMethodSession.EventCallback callback)
           
 

Uses of InputMethodSession.EventCallback in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type InputMethodSession.EventCallback
 void InputMethodSession.dispatchKeyEvent(int seq, KeyEvent event, InputMethodSession.EventCallback callback)
           
 void InputMethodSession.dispatchTrackballEvent(int seq, MotionEvent event, InputMethodSession.EventCallback callback)
           
 



Copyright © 2008-2012. All Rights Reserved.