Searched refs:newSubtype (Results 1 – 7 of 7) 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
3251 private void dispatchOnCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) { in dispatchOnCurrentInputMethodSubtypeChanged() argument3255 onCurrentInputMethodSubtypeChanged(newSubtype); in dispatchOnCurrentInputMethodSubtypeChanged()3263 protected void onCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) { in onCurrentInputMethodSubtypeChanged() argument3265 int nameResId = newSubtype.getNameResId(); in onCurrentInputMethodSubtypeChanged()3266 String mode = newSubtype.getMode(); in onCurrentInputMethodSubtypeChanged()3270 + newSubtype.getLocale() + "," + newSubtype.getExtraValue(); in onCurrentInputMethodSubtypeChanged()
322 public void onSubtypeChanged(@Nonnull final InputMethodSubtype newSubtype) { in onSubtypeChanged() argument323 updateCurrentSubtype(newSubtype); in onSubtypeChanged()
902 final InputMethodSubtype newSubtype = mRichImm.findSubtypeByLocale(primaryHintLocale); in onStartInputInternal() local903 if (newSubtype == null || newSubtype.equals(mRichImm.getCurrentSubtype().getRawSubtype())) { in onStartInputInternal()906 mHandler.postSwitchLanguage(newSubtype); in onStartInputInternal()
2995 final InputMethodSubtype newSubtype; in setInputMethodLocked() local2997 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()3001 newSubtype = getCurrentInputMethodSubtypeLocked(); in setInputMethodLocked()3003 if (newSubtype == null || oldSubtype == null) { in setInputMethodLocked()3005 + ", new subtype = " + newSubtype); in setInputMethodLocked()3008 if (newSubtype != oldSubtype) { in setInputMethodLocked()3013 mCurMethod.changeInputMethodSubtype(newSubtype); in setInputMethodLocked()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...