Searched refs:newSubtype (Results 1 – 3 of 3) sorted by relevance
3951 private void dispatchOnCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) {3955 onCurrentInputMethodSubtypeChanged(newSubtype);3963 protected void onCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) {3965 int nameResId = newSubtype.getNameResId();3966 String mode = newSubtype.getMode();3970 + newSubtype.getLocale() + "," + newSubtype.getExtraValue();
3361 final InputMethodSubtype newSubtype; in setInputMethodLocked() local3363 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()3368 newSubtype = getCurrentInputMethodSubtypeLocked(); in setInputMethodLocked()3369 if (newSubtype != null) { in setInputMethodLocked()3371 if (Objects.equals(newSubtype, info.getSubtypeAt(i))) { in setInputMethodLocked()3378 if (!Objects.equals(newSubtype, oldSubtype)) { in setInputMethodLocked()3383 curMethod.changeInputMethodSubtype(newSubtype); in setInputMethodLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...