Searched refs:newSubtype (Results 1 – 4 of 4) sorted by relevance
309 final CustomInputStylePreference newSubtype = in onOptionsItemSelected() local311 getPreferenceScreen().addPreference(newSubtype); in onOptionsItemSelected()312 newSubtype.show(); in onOptionsItemSelected()
99 final InputMethodSubtype newSubtype) { in onSubtypeChanged() argument
322 public void onSubtypeChanged(@Nonnull final InputMethodSubtype newSubtype) { in onSubtypeChanged() argument323 updateCurrentSubtype(newSubtype); in onSubtypeChanged()
856 final InputMethodSubtype newSubtype = mRichImm.findSubtypeByLocale(primaryHintLocale); in onStartInputInternal() local857 if (newSubtype == null || newSubtype.equals(mRichImm.getCurrentSubtype().getRawSubtype())) { in onStartInputInternal()860 mHandler.postSwitchLanguage(newSubtype); in onStartInputInternal()