Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
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()
DLatinIME.java557 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager() in switchSubtype() local
562 mLastActiveSubtype = currentSubtype; in switchSubtype()
567 && !currentSubtype.equals(lastActiveSubtype)) { in switchSubtype()