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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 288 public Locale getCurrentSubtypeLocale() {
LatinIME.java 577 final Locale locale = mSubtypeSwitcher.getCurrentSubtypeLocale();
630 final Locale switcherSubtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 124 mKeyboardTextsSet.setLocale(mSubtypeSwitcher.getCurrentSubtypeLocale(), mThemeContext);

Completed in 75 milliseconds