Searched refs:getOrientationState (Results 1 – 5 of 5) sorted by relevance
83 mTaskViewSimulator.getOrientationState().update( in SwipeUpAnimationLogic()94 mTaskViewSimulator.getOrientationState().getOrientationHandler()); in initTransitionEndpoints()101 normalController, mContext, mTaskViewSimulator.getOrientationState(), in initTransitionEndpoints()128 return mTaskViewSimulator.getOrientationState().getOrientationHandler(); in getOrientationHandler()
725 DeviceProfile dp = mTaskViewSimulator.getOrientationState().getLauncherDeviceProfile();738 mTaskViewSimulator.getOrientationState().setMultiWindowMode(dp.isMultiWindowMode);1242 final RecentsOrientedState orientationState = mTaskViewSimulator.getOrientationState();1645 mTaskViewSimulator.getOrientationState().getLauncherDeviceProfile());
213 tsv.getOrientationState().update(displayRotation, displayRotation); in createRecentsWindowAnimator()450 tvs.getOrientationState().update(displayRotation, displayRotation); in composeRecentsSplitLaunchAnimatorLegacy()
154 tvs.getOrientationState().update(launcherRotation, mAppRotation); in verifyNoTransforms()
217 public RecentsOrientedState getOrientationState() { in getOrientationState() method in TaskViewSimulator