Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java69 private RichInputMethodSubtype mCurrentRichInputMethodSubtype; field in RichInputMethodManager
326 Log.w(TAG, "onSubtypeChanged: " + mCurrentRichInputMethodSubtype.getNameForLogging()); in onSubtypeChanged()
350 return mCurrentRichInputMethodSubtype; in getCurrentSubtype()
534 mCurrentRichInputMethodSubtype = RichInputMethodSubtype.getRichInputMethodSubtype(subtype); in updateCurrentSubtype()
545 final RichInputMethodSubtype richSubtype = mCurrentRichInputMethodSubtype; in updateShortcutIme()