Home
last modified time | relevance | path

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

/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()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DNewKeyboardLayoutPickerController.java56 private InputMethodSubtype mInputMethodSubtype; field in NewKeyboardLayoutPickerController
82 mInputMethodSubtype = in initialize()
87 mInputDeviceIdentifier, mUserId, mInputMethodInfo, mInputMethodSubtype); in initialize()
199 mInputMethodSubtype, in setLayout()
206 mIm, mUserId, mInputDeviceIdentifier, mInputMethodInfo, mInputMethodSubtype); in getSelectedLayoutLabel()
208 mIm, mUserId, mInputDeviceIdentifier, mInputMethodInfo, mInputMethodSubtype); in getSelectedLayoutLabel()
DNewKeyboardSettingsUtils.java99 InputMethodSubtype mInputMethodSubtype; field in NewKeyboardSettingsUtils.KeyboardInfo
111 mInputMethodSubtype = inputMethodSubtype; in KeyboardInfo()
115 return mInputMethodInfo.getId() + "_" + mInputMethodSubtype.hashCode(); in getPrefId()
142 return mInputMethodSubtype; in getInputMethodSubtype()