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.java380 private final DynamicRotationList mSwitchingAwareRotationList; field in InputMethodSubtypeSwitchingController.ControllerImpl
391 && currentInstance.mSwitchingAwareRotationList != null in createFrom()
393 currentInstance.mSwitchingAwareRotationList.mImeSubtypeList, in createFrom()
396 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
426 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()
436 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
449 mSwitchingAwareRotationList.onUserAction(imi, subtype); in onUserActionLocked()
470 mSwitchingAwareRotationList.dump(pw, prefix + " "); in dump()