Searched refs:subtype (Results 1 – 3 of 3) sorted by relevance
50 void setSubtypeOnSpaceKey(final InputMethodSubtype subtype) { in setSubtypeOnSpaceKey() argument52 keyboard.setSpaceIcon(getResources().getDrawable(subtype.getIconResId())); in setSubtypeOnSpaceKey()
262 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype(); in onStartInputView() local263 mInputView.setSubtypeOnSpaceKey(subtype); in onStartInputView()267 public void onCurrentInputMethodSubtypeChanged(InputMethodSubtype subtype) { in onCurrentInputMethodSubtypeChanged() argument268 mInputView.setSubtypeOnSpaceKey(subtype); in onCurrentInputMethodSubtypeChanged()
106 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local110 sb.append(subtype.getDisplayName(context, imi.getPackageName(), in getEnabledSubtypesLabel()