Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java440 final Locale subtypeLocale = InputMethodSubtypeCompatUtils.getLocaleObject(subtype); in findSubtypeByLocale() local
441 if (subtypeLocale.equals(locale)) { in findSubtypeByLocale()
447 final Locale subtypeLocale = InputMethodSubtypeCompatUtils.getLocaleObject(subtype); in findSubtypeByLocale() local
448 if (subtypeLocale.getLanguage().equals(locale.getLanguage()) && in findSubtypeByLocale()
449 subtypeLocale.getCountry().equals(locale.getCountry()) && in findSubtypeByLocale()
450 subtypeLocale.getVariant().equals(locale.getVariant())) { in findSubtypeByLocale()
456 final Locale subtypeLocale = InputMethodSubtypeCompatUtils.getLocaleObject(subtype); in findSubtypeByLocale() local
457 if (subtypeLocale.getLanguage().equals(locale.getLanguage()) && in findSubtypeByLocale()
458 subtypeLocale.getCountry().equals(locale.getCountry())) { in findSubtypeByLocale()
464 final Locale subtypeLocale = InputMethodSubtypeCompatUtils.getLocaleObject(subtype); in findSubtypeByLocale() local
[all …]
DLatinIME.java683 final Locale subtypeLocale; in resetDictionaryFacilitatorIfNecessary() local
690 subtypeLocale = getResources().getConfiguration().locale; in resetDictionaryFacilitatorIfNecessary()
692 subtypeLocale = subtypeSwitcherLocale; in resetDictionaryFacilitatorIfNecessary()
694 if (mDictionaryFacilitator.isForLocale(subtypeLocale) in resetDictionaryFacilitatorIfNecessary()
698 resetDictionaryFacilitator(subtypeLocale); in resetDictionaryFacilitatorIfNecessary()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetTestsBase.java128 final Locale subtypeLocale = SubtypeLocaleUtils.getSubtypeLocale(subtype); in getSubtype() local
130 if (locale.equals(subtypeLocale) && keyboardLayout.equals(subtypeLayout)) { in getSubtype()
136 final Locale subtypeLocale = SubtypeLocaleUtils.getSubtypeLocale(subtype); in getSubtype() local
137 if (locale.equals(subtypeLocale)) { in getSubtype()