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 69 private SubtypeSwitcher mSubtypeSwitcher;
110 mSubtypeSwitcher = SubtypeSwitcher.getInstance();
155 builder.setSubtype(mSubtypeSwitcher.getCurrentSubtype());
195 keyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady());
198 final boolean needsToDisplayLanguage = mSubtypeSwitcher.needsToDisplayLanguage(
400 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 500 milliseconds