Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java418 StaticRotationList switchingUnawareRotationList = null; in createFrom() local
428 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()
430 if (switchingUnawareRotationList == null) { in createFrom()
431 switchingUnawareRotationList = in createFrom()
436 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList); in createFrom()
440 final StaticRotationList switchingUnawareRotationList) { in ControllerImpl() argument
442 mSwitchingUnawareRotationList = switchingUnawareRotationList; in ControllerImpl()