Home | History | Annotate | Download | only in server

Lines Matching refs:mCurrentSubtype

281     private InputMethodSubtype mCurrentSubtype;
1198 final CharSequence summary = mCurrentSubtype != null
1199 ? TextUtils.concat(mCurrentSubtype.getDisplayName(mContext,
1303 if (subtype != mCurrentSubtype) {
1685 final int currentSubtypeHash = mCurrentSubtype == null ? NOT_A_SUBTYPE_ID
1686 : mCurrentSubtype.hashCode();
1695 if (TextUtils.isEmpty(targetLastImiId) && !canAddToLastInputMethod(mCurrentSubtype)) {
1702 final String locale = mCurrentSubtype == null
1704 : mCurrentSubtype.getLocale();
2432 if (mCurrentSubtype != null) {
2433 subtypeId = String.valueOf(mCurrentSubtype.hashCode());
2435 if (canAddToLastInputMethod(mCurrentSubtype)) {
2448 mCurrentSubtype = null;
2453 mCurrentSubtype = subtype;
2456 mCurrentSubtype = null;
2650 if (mCurrentSubtype != null) {
2652 mRes, enabledSubtypes, mode, mCurrentSubtype.getLocale(), false);
2666 if (subtype == null && mCurrentSubtype != null) {
2668 mRes, subtypesForSearch, mode, mCurrentSubtype.getLocale(), false);
2724 if (!subtypeIsSelected || mCurrentSubtype == null) {
2739 mCurrentSubtype = explicitlyOrImplicitlyEnabledSubtypes.get(0);
2741 mCurrentSubtype = findLastResortApplicableSubtypeLocked(
2744 if (mCurrentSubtype == null) {
2745 mCurrentSubtype = findLastResortApplicableSubtypeLocked(
2752 mCurrentSubtype =
2756 return mCurrentSubtype;