Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java112 final InputMethodSubtype currentSubtype = in showInputMethodMenu() local
114 if (currentSubtype != null) { in showInputMethodMenu()
118 currentImi, currentSubtype.hashCode()); in showInputMethodMenu()
H A DInputMethodUtils.java1338 InputMethodSubtype currentSubtype) { in saveCurrentInputMethodAndSubtypeToHistory() argument
1340 if (currentSubtype != null) { in saveCurrentInputMethodAndSubtypeToHistory()
1341 subtypeId = String.valueOf(currentSubtype.hashCode()); in saveCurrentInputMethodAndSubtypeToHistory()
1343 if (canAddToLastInputMethod(currentSubtype)) { in saveCurrentInputMethodAndSubtypeToHistory()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java146 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype(); in switchToNextInputSubtypeInThisIme() local
149 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes); in switchToNextInputSubtypeInThisIme()
152 + SubtypeLocaleUtils.getSubtypeNameForLogging(currentSubtype)); in switchToNextInputSubtypeInThisIme()
H A DLatinIME.java562 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager() in switchSubtype() local
567 mLastActiveSubtype = currentSubtype; in switchSubtype()
572 && !currentSubtype.equals(lastActiveSubtype)) { in switchSubtype()