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;
107 mSubtypeSwitcher = SubtypeSwitcher.getInstance();
142 builder.setSubtype(mSubtypeSwitcher.getCurrentSubtype());
179 mKeyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady());
182 final boolean needsToDisplayLanguage = mSubtypeSwitcher.needsToDisplayLanguage(
387 mKeyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 161 private final SubtypeSwitcher mSubtypeSwitcher;
386 mSubtypeSwitcher = SubtypeSwitcher.getInstance();
463 mSettingsValues = job.runInLocale(mResources, mSubtypeSwitcher.getCurrentSubtypeLocale());
469 final Locale subtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale();
535 mSubtypeSwitcher.getCurrentSubtypeLocale());
547 final Locale subtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale();
567 mSubtypeSwitcher.onConfigurationChanged(conf);
631 mSubtypeSwitcher.updateSubtype(subtype);
695 mSubtypeSwitcher.updateParametersOnStartInputView();
    [all...]

Completed in 44 milliseconds