Searched refs:mCurrentSubtype (Results 1 – 1 of 1) sorted by relevance
567 private InputMethodSubtype mCurrentSubtype; field in InputMethodManagerService2581 mContext, imi, mCurrentSubtype); in updateSystemUiLocked()2696 final InputMethodSubtype oldSubtype = mCurrentSubtype; in setInputMethodLocked()3289 final int currentSubtypeHash = mCurrentSubtype == null ? NOT_A_SUBTYPE_ID in switchToPreviousInputMethod()3290 : mCurrentSubtype.hashCode(); in switchToPreviousInputMethod()3300 && !InputMethodUtils.canAddToLastInputMethod(mCurrentSubtype)) { in switchToPreviousInputMethod()3307 final String locale = mCurrentSubtype == null in switchToPreviousInputMethod()3309 : mCurrentSubtype.getLocale(); in switchToPreviousInputMethod()3350 onlyCurrentIme, mMethodMap.get(mCurMethodId), mCurrentSubtype); in switchToNextInputMethod()3367 false /* onlyCurrentIme */, mMethodMap.get(mCurMethodId), mCurrentSubtype); in shouldOfferSwitchingToNextInputMethod()[all …]