Searched refs:subtypeLocale (Results 1 – 3 of 3) sorted by relevance
440 final Locale subtypeLocale = InputMethodSubtypeCompatUtils.getLocaleObject(subtype); in findSubtypeByLocale() local441 if (subtypeLocale.equals(locale)) { in findSubtypeByLocale()447 final Locale subtypeLocale = InputMethodSubtypeCompatUtils.getLocaleObject(subtype); in findSubtypeByLocale() local448 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() local457 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 …]
683 final Locale subtypeLocale; in resetDictionaryFacilitatorIfNecessary() local690 subtypeLocale = getResources().getConfiguration().locale; in resetDictionaryFacilitatorIfNecessary()692 subtypeLocale = subtypeSwitcherLocale; in resetDictionaryFacilitatorIfNecessary()694 if (mDictionaryFacilitator.isForLocale(subtypeLocale) in resetDictionaryFacilitatorIfNecessary()698 resetDictionaryFacilitator(subtypeLocale); in resetDictionaryFacilitatorIfNecessary()
128 final Locale subtypeLocale = SubtypeLocaleUtils.getSubtypeLocale(subtype); in getSubtype() local130 if (locale.equals(subtypeLocale) && keyboardLayout.equals(subtypeLayout)) { in getSubtype()136 final Locale subtypeLocale = SubtypeLocaleUtils.getSubtypeLocale(subtype); in getSubtype() local137 if (locale.equals(subtypeLocale)) { in getSubtype()