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.java381 private final StaticRotationList mSwitchingUnawareRotationList; field in InputMethodSubtypeSwitchingController.ControllerImpl
408 && currentInstance.mSwitchingUnawareRotationList != null in createFrom()
410 currentInstance.mSwitchingUnawareRotationList.mImeSubtypeList, in createFrom()
413 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()
427 mSwitchingUnawareRotationList = switchingUnawareRotationList; in ControllerImpl()
439 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
472 mSwitchingUnawareRotationList.dump(pw, prefix + " "); in dump()