Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3827 final int lastSubtypeId = in getLastInputMethodSubtype() local
3829 if (lastSubtypeId < 0 || lastSubtypeId >= lastImi.getSubtypeCount()) { in getLastInputMethodSubtype()
3832 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtype()
4926 int lastSubtypeId = NOT_A_SUBTYPE_ID; in resetSelectedInputMethodAndSubtypeLocked() local
4932 lastSubtypeId = InputMethodUtils.getSubtypeIdFromHashCode( in resetSelectedInputMethodAndSubtypeLocked()
4939 setSelectedInputMethodAndSubtypeLocked(imi, lastSubtypeId, false); in resetSelectedInputMethodAndSubtypeLocked()