Searched refs:currentSubtype (Results 1 – 4 of 4) sorted by relevance
112 final InputMethodSubtype currentSubtype = in showInputMethodMenu() local114 if (currentSubtype != null) { in showInputMethodMenu()118 currentImi, currentSubtype.hashCode()); in showInputMethodMenu()
1338 InputMethodSubtype currentSubtype) { in saveCurrentInputMethodAndSubtypeToHistory() argument1340 if (currentSubtype != null) { in saveCurrentInputMethodAndSubtypeToHistory()1341 subtypeId = String.valueOf(currentSubtype.hashCode()); in saveCurrentInputMethodAndSubtypeToHistory()1343 if (canAddToLastInputMethod(currentSubtype)) { in saveCurrentInputMethodAndSubtypeToHistory()
146 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype(); in switchToNextInputSubtypeInThisIme() local149 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes); in switchToNextInputSubtypeInThisIme()152 + SubtypeLocaleUtils.getSubtypeNameForLogging(currentSubtype)); in switchToNextInputSubtypeInThisIme()
562 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager() in switchSubtype() local567 mLastActiveSubtype = currentSubtype; in switchSubtype()572 && !currentSubtype.equals(lastActiveSubtype)) { in switchSubtype()