Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java543 private InputMethodSubtype mCurrentSubtype; field in InputMethodManagerService
2890 mContext, imi, mCurrentSubtype); in updateSystemUiLocked()
2994 final InputMethodSubtype oldSubtype = mCurrentSubtype; in setInputMethodLocked()
3723 : mCurrentSubtype.hashCode(); in switchToPreviousInputMethod()
3740 final String locale = mCurrentSubtype == null in switchToPreviousInputMethod()
3742 : mCurrentSubtype.getLocale(); in switchToPreviousInputMethod()
4769 mCurrentSubtype = null; in setSelectedInputMethodAndSubtypeLocked()
4774 mCurrentSubtype = subtype; in setSelectedInputMethodAndSubtypeLocked()
4829 if (!subtypeIsSelected || mCurrentSubtype == null in getCurrentInputMethodSubtypeLocked()
4846 if (mCurrentSubtype == null) { in getCurrentInputMethodSubtypeLocked()
[all …]