Searched refs:mCurrentSubtype (Results 1 – 1 of 1) sorted by relevance
543 private InputMethodSubtype mCurrentSubtype; field in InputMethodManagerService2890 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 …]