Searched refs:lastInputMethodSubtypeId (Results 1 – 1 of 1) sorted by relevance
4101 int lastInputMethodSubtypeId = mSettings.getSelectedInputMethodSubtypeId(lastInputMethodId); in showInputMethodMenu() local4114 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()