Uses of Interface
android.view.inputmethod.InputMethodSession

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

Uses of InputMethodSession in android.inputmethodservice
 

Classes in android.inputmethodservice that implement InputMethodSession
 class AbstractInputMethodService.AbstractInputMethodSessionImpl
           
 class InputMethodService.InputMethodSessionImpl
           
 

Methods in android.inputmethodservice with parameters of type InputMethodSession
 void AbstractInputMethodService.AbstractInputMethodImpl.revokeSession(InputMethodSession session)
           
 void AbstractInputMethodService.AbstractInputMethodImpl.setSessionEnabled(InputMethodSession session, boolean enabled)
           
 

Uses of InputMethodSession in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type InputMethodSession
 void InputMethod.revokeSession(InputMethodSession session)
           
 void InputMethod.SessionCallback.sessionCreated(InputMethodSession session)
           
 void InputMethod.setSessionEnabled(InputMethodSession session, boolean enabled)
           
 



Copyright © 2008-2012. All Rights Reserved.