HomeSort by relevance Sort by last modified time
    Searched refs:mSubtypeSwitcher (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 65 private SubtypeSwitcher mSubtypeSwitcher;
105 mSubtypeSwitcher = SubtypeSwitcher.getInstance();
142 builder.setSubtype(mSubtypeSwitcher.getCurrentSubtype());
182 keyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady());
185 final boolean needsToDisplayLanguage = mSubtypeSwitcher.needsToDisplayLanguage(
387 mKeyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 176 private final SubtypeSwitcher mSubtypeSwitcher;
522 mSubtypeSwitcher = SubtypeSwitcher.getInstance();
580 final Locale locale = mSubtypeSwitcher.getCurrentSubtypeLocale();
609 final Locale switcherSubtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale();
682 final Locale locale = mSubtypeSwitcher.getCurrentSubtypeLocale();
    [all...]

Completed in 38 milliseconds