Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java396 private final StaticRotationList mSwitchingUnawareRotationList; field in InputMethodSubtypeSwitchingController.ControllerImpl
423 && currentInstance.mSwitchingUnawareRotationList != null in createFrom()
425 currentInstance.mSwitchingUnawareRotationList.mImeSubtypeList, in createFrom()
428 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()
442 mSwitchingUnawareRotationList = switchingUnawareRotationList; in ControllerImpl()
454 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
487 mSwitchingUnawareRotationList.dump(pw, " "); in dump()