Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4101 int lastInputMethodSubtypeId = mSettings.getSelectedInputMethodSubtypeId(lastInputMethodId); in showInputMethodMenu() local
4114 if (lastInputMethodSubtypeId == NOT_A_SUBTYPE_ID) { in showInputMethodMenu()
4118 lastInputMethodSubtypeId = InputMethodUtils.getSubtypeIdFromHashCode( in showInputMethodMenu()
4134 || (lastInputMethodSubtypeId == NOT_A_SUBTYPE_ID && subtypeId == 0) in showInputMethodMenu()
4135 || (subtypeId == lastInputMethodSubtypeId)) { in showInputMethodMenu()