HomeSort by relevance Sort by last modified time
    Searched defs:newLocale (Results 1 - 13 of 13) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtils.java 79 final Locale newLocale = subtype.getLocale();
80 if (systemLocale.equals(newLocale)) {
84 if (!systemLocale.getLanguage().equals(newLocale.getLanguage())) {