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.java395 private final DynamicRotationList mSwitchingAwareRotationList; field in InputMethodSubtypeSwitchingController.ControllerImpl
406 && currentInstance.mSwitchingAwareRotationList != null in createFrom()
408 currentInstance.mSwitchingAwareRotationList.mImeSubtypeList, in createFrom()
411 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
441 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()
451 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
464 mSwitchingAwareRotationList.onUserAction(imi, subtype); in onUserActionLocked()
485 mSwitchingAwareRotationList.dump(pw, " "); in dump()