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 73 private SubtypeSwitcher mSubtypeSwitcher;
111 mSubtypeSwitcher = SubtypeSwitcher.getInstance();
146 builder.setSubtype(mSubtypeSwitcher.getCurrentSubtype());
189 keyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady());
192 final boolean needsToDisplayLanguage = mSubtypeSwitcher.needsToDisplayLanguage(
385 mKeyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 148 private final SubtypeSwitcher mSubtypeSwitcher;
422 mSubtypeSwitcher = SubtypeSwitcher.getInstance();
479 final Locale locale = mSubtypeSwitcher.getCurrentSubtypeLocale();
498 final Locale subtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale();
549 final Locale locale = mSubtypeSwitcher.getCurrentSubtypeLocale();
573 final Locale subtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale();
666 mSubtypeSwitcher.onSubtypeChanged(subtype);
737 mSubtypeSwitcher.updateParametersOnStartInputView();
    [all...]

Completed in 56 milliseconds