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.java3389 final int lastSubtypeId = in getLastInputMethodSubtype() local
3391 if (lastSubtypeId < 0 || lastSubtypeId >= lastImi.getSubtypeCount()) { in getLastInputMethodSubtype()
3394 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtype()
4365 int lastSubtypeId = NOT_A_SUBTYPE_ID; in resetSelectedInputMethodAndSubtypeLocked() local
4371 lastSubtypeId = InputMethodUtils.getSubtypeIdFromHashCode( in resetSelectedInputMethodAndSubtypeLocked()
4378 setSelectedInputMethodAndSubtypeLocked(imi, lastSubtypeId, false); in resetSelectedInputMethodAndSubtypeLocked()