Home
last modified time | relevance | path

Searched refs:normalizedSubtype (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3068 final InputMethodSubtype normalizedSubtype = in notifyInputMethodSubtypeChangedLocked() local
3071 final InputMethodSubtypeHandle newSubtypeHandle = normalizedSubtype != null in notifyInputMethodSubtypeChangedLocked()
3072 ? InputMethodSubtypeHandle.of(imi, normalizedSubtype) : null; in notifyInputMethodSubtypeChangedLocked()
3074 userId, newSubtypeHandle, normalizedSubtype); in notifyInputMethodSubtypeChangedLocked()