Searched refs:newSubtype (Results 1 – 3 of 3) sorted by relevance
3162 private void dispatchOnCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) { in dispatchOnCurrentInputMethodSubtypeChanged() argument3166 onCurrentInputMethodSubtypeChanged(newSubtype); in dispatchOnCurrentInputMethodSubtypeChanged()3174 protected void onCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) { in onCurrentInputMethodSubtypeChanged() argument3176 int nameResId = newSubtype.getNameResId(); in onCurrentInputMethodSubtypeChanged()3177 String mode = newSubtype.getMode(); in onCurrentInputMethodSubtypeChanged()3181 + newSubtype.getLocale() + "," + newSubtype.getExtraValue(); in onCurrentInputMethodSubtypeChanged()
3075 final InputMethodSubtype newSubtype; in setInputMethodLocked() local3077 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()3081 newSubtype = getCurrentInputMethodSubtypeLocked(); in setInputMethodLocked()3083 if (newSubtype == null || oldSubtype == null) { in setInputMethodLocked()3085 + ", new subtype = " + newSubtype); in setInputMethodLocked()3088 if (newSubtype != oldSubtype) { in setInputMethodLocked()3093 mCurMethod.changeInputMethodSubtype(newSubtype); in setInputMethodLocked()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...