Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java3336 final InputMethodSubtype normalizedSubtype = in notifyInputMethodSubtypeChangedLocked() local
3339 final InputMethodSubtypeHandle newSubtypeHandle = normalizedSubtype != null in notifyInputMethodSubtypeChangedLocked()
3340 ? InputMethodSubtypeHandle.of(imi, normalizedSubtype) : null; in notifyInputMethodSubtypeChangedLocked()
3342 userId, newSubtypeHandle, normalizedSubtype); in notifyInputMethodSubtypeChangedLocked()