Searched refs:switchingAwareRotationList (Results 1 – 1 of 1) sorted by relevance
385 DynamicRotationList switchingAwareRotationList = null; in createFrom() local396 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()398 if (switchingAwareRotationList == null) { in createFrom()399 switchingAwareRotationList = new DynamicRotationList(switchingAwareImeSubtypes); in createFrom()421 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList); in createFrom()424 private ControllerImpl(final DynamicRotationList switchingAwareRotationList, in ControllerImpl() argument426 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()