Home
last modified time | relevance | path

Searched refs:handOffAnimation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java97 public void handOffAnimation(RemoteAnimationTarget[] targets, WindowAnimationState[] states) { in handOffAnimation() method in RecentsAnimationController
99 UI_HELPER_EXECUTOR.execute(() -> mController.handOffAnimation(targets, states)); in handOffAnimation()
DLauncherSwipeHandlerV2.java114 boolean handOffAnimation = TransitionAnimator.Companion.longLivedReturnAnimationsEnabled() in createHomeAnimationFactory()
116 if (handOffAnimation || !canUseWorkspaceView || appCanEnterPip || mIsSwipeForSplit) { in createHomeAnimationFactory()
DAbsSwipeUpHandler.java1725 handOffAnimation(velocityPxPerMs);
1809 private void handOffAnimation(PointF velocityPxPerMs) {
1834 mRecentsAnimationController.handOffAnimation(
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DAbsSwipeUpHandlerTestCase.java278 verify(mRecentsAnimationController).handOffAnimation(any(), any()); in testHomeGesture_handsOffAnimation()
290 verify(mRecentsAnimationController, never()).handOffAnimation(any(), any()); in testHomeGesture_doesNotHandOffAnimation_withFlagsDisabled()