Uses of Class
android.view.inputmethod.InputMethodSubtype

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

Uses of InputMethodSubtype in android.inputmethodservice
 

Methods in android.inputmethodservice with parameters of type InputMethodSubtype
 void InputMethodService.InputMethodImpl.changeInputMethodSubtype(InputMethodSubtype subtype)
           
protected  void InputMethodService.onCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype)
           
 

Uses of InputMethodSubtype in android.view.inputmethod
 

Fields in android.view.inputmethod with type parameters of type InputMethodSubtype
static Parcelable.Creator<InputMethodSubtype> InputMethodSubtype.CREATOR
           
 

Methods in android.view.inputmethod that return InputMethodSubtype
 InputMethodSubtype InputMethodManager.getCurrentInputMethodSubtype()
           
 InputMethodSubtype InputMethodManager.getLastInputMethodSubtype()
           
 InputMethodSubtype InputMethodInfo.getSubtypeAt(int index)
           
 

Methods in android.view.inputmethod that return types with arguments of type InputMethodSubtype
 List<InputMethodSubtype> InputMethodManager.getEnabledInputMethodSubtypeList(InputMethodInfo imi, boolean allowsImplicitlySelectedSubtypes)
           
 Map<InputMethodInfo,List<InputMethodSubtype>> InputMethodManager.getShortcutInputMethodsAndSubtypes()
           
 

Methods in android.view.inputmethod with parameters of type InputMethodSubtype
 void InputMethod.changeInputMethodSubtype(InputMethodSubtype subtype)
           
 void InputMethodManager.setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes)
           
 boolean InputMethodManager.setCurrentInputMethodSubtype(InputMethodSubtype subtype)
           
 void InputMethodManager.setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype)
           
 



Copyright © 2008-2012. All Rights Reserved.