Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java98 remoteTargetHandle.getTaskViewSimulator().getOrientationState().update( in SwipeUpAnimationLogic()
108 mRemoteTargetHandles[0].getTaskViewSimulator().getOrientationState() in initTransitionEndpoints()
121 playbackController, mContext, taskViewSimulator.getOrientationState(), in initTransitionEndpoints()
165 .getOrientationState().getOrientationHandler(); in getOrientationHandler()
344 .getOrientationState() in getWindowAnimationToHomeInternal()
DTaskViewUtils.java201 remoteTargetHandle.getTaskViewSimulator().getOrientationState() in createRecentsWindowAnimator()
227 tvsLocal.getOrientationState().update(displayRotation, displayRotation); in createRecentsWindowAnimator()
232 tvsLocal.getOrientationState().getOrientationHandler().set(tvsLocal, in createRecentsWindowAnimator()
DAbsSwipeUpHandler.java381 .getOrientationState().getLauncherDeviceProfile()); in AbsSwipeUpHandler()
979 .getOrientationState();
1744 .getOrientationState();
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java213 tvs.getOrientationState().update(launcherRotation, mAppRotation); in verifyNoTransforms()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java332 .getOrientationState() in ViewSwipeUpAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java396 public RecentsOrientedState getOrientationState() { in getOrientationState() method in TaskViewSimulator