Home
last modified time | relevance | path

Searched refs:mInputMethodSubtype (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
DNewKeyboardLayoutPickerController.java52 private InputMethodSubtype mInputMethodSubtype; field in NewKeyboardLayoutPickerController
74 mInputMethodSubtype = in initialize()
78 mInputDeviceIdentifier, mUserId, mInputMethodInfo, mInputMethodSubtype); in initialize()
169 mInputMethodSubtype, in setLayout()
176 mIm, mUserId, mInputDeviceIdentifier, mInputMethodInfo, mInputMethodSubtype); in getSelectedLayoutLabel()
178 mIm, mUserId, mInputDeviceIdentifier, mInputMethodInfo, mInputMethodSubtype); in getSelectedLayoutLabel()
DNewKeyboardSettingsUtils.java77 InputMethodSubtype mInputMethodSubtype; field in NewKeyboardSettingsUtils.KeyboardInfo
87 mInputMethodSubtype = inputMethodSubtype; in KeyboardInfo()
91 return mInputMethodInfo.getId() + "_" + mInputMethodSubtype.hashCode(); in getPrefId()
107 return mInputMethodSubtype; in getInputMethodSubtype()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DInputMethodSubtypeCompat.java22 private InputMethodSubtype mInputMethodSubtype; field in InputMethodSubtypeCompat
24 mInputMethodSubtype = subtype; in InputMethodSubtypeCompat()
28 return mInputMethodSubtype.getLocaleObject(); in getLocaleObject()