Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java83 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()
DAbsSwipeUpHandler.java725 DeviceProfile dp = mTaskViewSimulator.getOrientationState().getLauncherDeviceProfile();
738 mTaskViewSimulator.getOrientationState().setMultiWindowMode(dp.isMultiWindowMode);
1242 final RecentsOrientedState orientationState = mTaskViewSimulator.getOrientationState();
1645 mTaskViewSimulator.getOrientationState().getLauncherDeviceProfile());
DTaskViewUtils.java213 tsv.getOrientationState().update(displayRotation, displayRotation); in createRecentsWindowAnimator()
450 tvs.getOrientationState().update(displayRotation, displayRotation); in composeRecentsSplitLaunchAnimatorLegacy()
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java154 tvs.getOrientationState().update(launcherRotation, mAppRotation); in verifyNoTransforms()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java217 public RecentsOrientedState getOrientationState() { in getOrientationState() method in TaskViewSimulator