Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java527 final InputMethodSubtype lastActiveSubtype = mLastActiveSubtype; in switchSubtype() local
534 && richImm.checkIfSubtypeBelongsToThisImeAndEnabled(lastActiveSubtype) in switchSubtype()
535 && !currentSubtype.equals(lastActiveSubtype)) { in switchSubtype()
536 richImm.setInputMethodAndSubtype(token, lastActiveSubtype); in switchSubtype()