Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java398 DynamicRotationList switchingAwareRotationList = null; in createFrom() local
408 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
410 if (switchingAwareRotationList == null) { in createFrom()
411 switchingAwareRotationList = new DynamicRotationList(switchingAwareImeSubtypes); in createFrom()
433 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList); in createFrom()
436 private ControllerImpl(final DynamicRotationList switchingAwareRotationList, in ControllerImpl() argument
438 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()