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.java3014 final InputMethodSubtype normalizedSubtype = in notifyInputMethodSubtypeChangedLocked() local
3017 final InputMethodSubtypeHandle newSubtypeHandle = normalizedSubtype != null in notifyInputMethodSubtypeChangedLocked()
3018 ? InputMethodSubtypeHandle.of(imi, normalizedSubtype) : null; in notifyInputMethodSubtypeChangedLocked()
3026 Pair.create(newSubtypeHandle, normalizedSubtype); in notifyInputMethodSubtypeChangedLocked()
3031 userId, newSubtypeHandle, normalizedSubtype); in notifyInputMethodSubtypeChangedLocked()