Home
last modified time | relevance | path

Searched refs:newSubtype (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java309 final CustomInputStylePreference newSubtype = in onOptionsItemSelected() local
311 getPreferenceScreen().addPreference(newSubtype); in onOptionsItemSelected()
312 newSubtype.show(); in onOptionsItemSelected()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStatsUtils.java99 final InputMethodSubtype newSubtype) { in onSubtypeChanged() argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java322 public void onSubtypeChanged(@Nonnull final InputMethodSubtype newSubtype) { in onSubtypeChanged() argument
323 updateCurrentSubtype(newSubtype); in onSubtypeChanged()
DLatinIME.java856 final InputMethodSubtype newSubtype = mRichImm.findSubtypeByLocale(primaryHintLocale); in onStartInputInternal() local
857 if (newSubtype == null || newSubtype.equals(mRichImm.getCurrentSubtype().getRawSubtype())) { in onStartInputInternal()
860 mHandler.postSwitchLanguage(newSubtype); in onStartInputInternal()