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.java415 StaticRotationList switchingUnawareRotationList = null; in createFrom() local
425 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()
427 if (switchingUnawareRotationList == null) { in createFrom()
428 switchingUnawareRotationList = in createFrom()
433 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList); in createFrom()
437 final StaticRotationList switchingUnawareRotationList) { in ControllerImpl() argument
439 mSwitchingUnawareRotationList = switchingUnawareRotationList; in ControllerImpl()