Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java400 DynamicRotationList switchingAwareRotationList = null; in createFrom() local
411 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
413 if (switchingAwareRotationList == null) { in createFrom()
414 switchingAwareRotationList = new DynamicRotationList(switchingAwareImeSubtypes); in createFrom()
436 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList); in createFrom()
439 private ControllerImpl(final DynamicRotationList switchingAwareRotationList, in ControllerImpl() argument
441 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()