Searched refs:newSubtype (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java168 public void onSubtypeChanged(final InputMethodSubtype newSubtype) { argument
171 + SubtypeLocaleUtils.getSubtypeNameForLogging(newSubtype));
174 final Locale newLocale = SubtypeLocaleUtils.getSubtypeLocale(newSubtype);
179 mRichImm.checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled(newSubtype);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStyleSettingsFragment.java630 final SubtypePreference newSubtype =
632 getPreferenceScreen().addPreference(newSubtype);
633 newSubtype.show();

Completed in 73 milliseconds