Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java445 private final DynamicRotationList mSwitchingAwareRotationList; field in InputMethodSubtypeSwitchingController.ControllerImpl
456 currentInstance.mSwitchingAwareRotationList != null && in createFrom()
457 Objects.equals(currentInstance.mSwitchingAwareRotationList.mImeSubtypeList, in createFrom()
460 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
490 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()
514 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
527 mSwitchingAwareRotationList.onUserAction(imi, subtype); in onUserActionLocked()
548 mSwitchingAwareRotationList.dump(pw, " "); in dump()