Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 3 of 3) 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/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()