Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java634 private InputMethodSubtype mCurrentSubtype; field in InputMethodManagerService
4138 : mCurrentSubtype.hashCode(); in switchToPreviousInputMethod()
4155 final String locale = mCurrentSubtype == null in switchToPreviousInputMethod()
4157 : mCurrentSubtype.getLocale(); in switchToPreviousInputMethod()
4221 mCurrentSubtype); in shouldOfferSwitchingToNextInputMethod()
5492 mCurrentSubtype); in setSelectedInputMethodAndSubtypeLocked() local
5497 mCurrentSubtype = null; in setSelectedInputMethodAndSubtypeLocked()
5502 mCurrentSubtype = subtype; in setSelectedInputMethodAndSubtypeLocked()
5582 if (!subtypeIsSelected || mCurrentSubtype == null in getCurrentInputMethodSubtypeLocked()
5599 if (mCurrentSubtype == null) { in getCurrentInputMethodSubtypeLocked()
[all …]