Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java394 private final StaticRotationList mSwitchingUnawareRotationList; field in InputMethodSubtypeSwitchingController.ControllerImpl
420 currentInstance.mSwitchingUnawareRotationList != null && in createFrom()
422 currentInstance.mSwitchingUnawareRotationList.mImeSubtypeList, in createFrom()
425 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()
439 mSwitchingUnawareRotationList = switchingUnawareRotationList; in ControllerImpl()
451 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
484 mSwitchingUnawareRotationList.dump(pw, " "); in dump()