Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java450 DynamicRotationList switchingAwareRotationList = null; in createFrom() local
460 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
462 if (switchingAwareRotationList == null) { in createFrom()
463 switchingAwareRotationList = new DynamicRotationList(switchingAwareImeSubtypes); in createFrom()
485 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList); in createFrom()
488 private ControllerImpl(final DynamicRotationList switchingAwareRotationList, in ControllerImpl() argument
490 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()