Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java3822 final int lastSubtypeId = in getLastInputMethodSubtype() local
3824 if (lastSubtypeId < 0 || lastSubtypeId >= lastImi.getSubtypeCount()) { in getLastInputMethodSubtype()
3827 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtype()
4790 int lastSubtypeId = NOT_A_SUBTYPE_ID; in resetSelectedInputMethodAndSubtypeLocked() local
4796 lastSubtypeId = InputMethodUtils.getSubtypeIdFromHashCode( in resetSelectedInputMethodAndSubtypeLocked()
4803 setSelectedInputMethodAndSubtypeLocked(imi, lastSubtypeId, false); in resetSelectedInputMethodAndSubtypeLocked()