| Package | Description |
|---|---|
| android.inputmethodservice | |
| android.view.inputmethod |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodService.InputMethodImpl.changeInputMethodSubtype(InputMethodSubtype subtype) |
protected void |
InputMethodService.onCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<InputMethodSubtype> |
InputMethodSubtype.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
InputMethodSubtype |
InputMethodManager.getCurrentInputMethodSubtype() |
InputMethodSubtype |
InputMethodManager.getLastInputMethodSubtype() |
InputMethodSubtype |
InputMethodInfo.getSubtypeAt(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<InputMethodSubtype> |
InputMethodManager.getEnabledInputMethodSubtypeList(InputMethodInfo imi,
boolean allowsImplicitlySelectedSubtypes) |
Map<InputMethodInfo,List<InputMethodSubtype>> |
InputMethodManager.getShortcutInputMethodsAndSubtypes() |
| Modifier and Type | Method and Description |
|---|---|
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-2013. All Rights Reserved.