Searched refs:mCurrentSubtype (Results 1 – 1 of 1) sorted by relevance
634 private InputMethodSubtype mCurrentSubtype; field in InputMethodManagerService4138 : 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() local5497 mCurrentSubtype = null; in setSelectedInputMethodAndSubtypeLocked()5502 mCurrentSubtype = subtype; in setSelectedInputMethodAndSubtypeLocked()5582 if (!subtypeIsSelected || mCurrentSubtype == null in getCurrentInputMethodSubtypeLocked()5599 if (mCurrentSubtype == null) { in getCurrentInputMethodSubtypeLocked()[all …]