Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 4 of 4) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java50 void setSubtypeOnSpaceKey(final InputMethodSubtype subtype) { in setSubtypeOnSpaceKey() argument
52 keyboard.setSpaceIcon(getResources().getDrawable(subtype.getIconResId())); in setSubtypeOnSpaceKey()
DSoftKeyboard.java262 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype(); in onStartInputView() local
263 mInputView.setSubtypeOnSpaceKey(subtype); in onStartInputView()
267 public void onCurrentInputMethodSubtypeChanged(InputMethodSubtype subtype) { in onCurrentInputMethodSubtypeChanged() argument
268 mInputView.setSubtypeOnSpaceKey(subtype); in onCurrentInputMethodSubtypeChanged()
/development/ndk/platforms/android-L/include/linux/netfilter/
Dxt_osf.h64 char subtype[MAXGENRELEN]; member
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java106 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
110 sb.append(subtype.getDisplayName(context, imi.getPackageName(), in getEnabledSubtypesLabel()