Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java554 private InputMethodSubtype mLastActiveSubtype; field in LatinIME.SubtypeState
564 final InputMethodSubtype lastActiveSubtype = mLastActiveSubtype; in switchSubtype()
567 mLastActiveSubtype = currentSubtype; in switchSubtype()