Searched refs:switchingAwareRotationList (Results 1 – 1 of 1) sorted by relevance
450 DynamicRotationList switchingAwareRotationList = null; in createFrom() local460 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() argument490 mSwitchingAwareRotationList = switchingAwareRotationList; in ControllerImpl()