Searched refs:newSubtype (Results 1 – 3 of 3) sorted by relevance
4290 private void dispatchOnCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) {4294 onCurrentInputMethodSubtypeChanged(newSubtype);4302 protected void onCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) {4304 int nameResId = newSubtype.getNameResId();4305 String mode = newSubtype.getMode();4309 + newSubtype.getLocale() + "," + newSubtype.getExtraValue();
3100 final InputMethodSubtype newSubtype; in setInputMethodLocked() local3102 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()3108 newSubtype = getCurrentInputMethodSubtypeLocked(); in setInputMethodLocked()3109 if (newSubtype != null) { in setInputMethodLocked()3111 if (Objects.equals(newSubtype, info.getSubtypeAt(i))) { in setInputMethodLocked()3118 if (!Objects.equals(newSubtype, oldSubtype)) { in setInputMethodLocked()3123 curMethod.changeInputMethodSubtype(newSubtype); in setInputMethodLocked()5456 final InputMethodSubtype newSubtype; in setSelectedInputMethodAndSubtypeLocked() local5459 newSubtype = null; in setSelectedInputMethodAndSubtypeLocked()5464 newSubtype = subtype; in setSelectedInputMethodAndSubtypeLocked()[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...