Searched refs:mCurrentSubtype (Results 1 – 1 of 1) sorted by relevance
590 private InputMethodSubtype mCurrentSubtype; field in InputMethodManagerService2959 mContext, imi, mCurrentSubtype); in updateSystemUiLocked()3074 final InputMethodSubtype oldSubtype = mCurrentSubtype; in setInputMethodLocked()3727 final int currentSubtypeHash = mCurrentSubtype == null ? NOT_A_SUBTYPE_ID in switchToPreviousInputMethod()3728 : mCurrentSubtype.hashCode(); in switchToPreviousInputMethod()3738 && !InputMethodUtils.canAddToLastInputMethod(mCurrentSubtype)) { in switchToPreviousInputMethod()3745 final String locale = mCurrentSubtype == null in switchToPreviousInputMethod()3747 : mCurrentSubtype.getLocale(); in switchToPreviousInputMethod()3788 onlyCurrentIme, mMethodMap.get(mCurMethodId), mCurrentSubtype); in switchToNextInputMethod()3805 false /* onlyCurrentIme */, mMethodMap.get(mCurMethodId), mCurrentSubtype); in shouldOfferSwitchingToNextInputMethod()[all …]