Home
last modified time | relevance | path

Searched refs:mCurrentSubtype (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java567 private InputMethodSubtype mCurrentSubtype; field in InputMethodManagerService
2581 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 …]