Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java393 private final DynamicRotationList mSwitchingAwareRotationList; field in InputMethodSubtypeSwitchingController.ControllerImpl
404 currentInstance.mSwitchingAwareRotationList != null && in createFrom()
405 Objects.equals(currentInstance.mSwitchingAwareRotationList.mImeSubtypeList, in createFrom()
408 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
438 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()
448 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
461 mSwitchingAwareRotationList.onUserAction(imi, subtype); in onUserActionLocked()
482 mSwitchingAwareRotationList.dump(pw, " "); in dump()