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.java403 StaticRotationList switchingUnawareRotationList = null; in createFrom() local
413 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()
415 if (switchingUnawareRotationList == null) { in createFrom()
416 switchingUnawareRotationList = in createFrom()
421 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList); in createFrom()
425 final StaticRotationList switchingUnawareRotationList) { in ControllerImpl() argument
427 mSwitchingUnawareRotationList = switchingUnawareRotationList; in ControllerImpl()