Searched refs:handOffAnimation (Results 1 – 4 of 4) sorted by relevance
97 public void handOffAnimation(RemoteAnimationTarget[] targets, WindowAnimationState[] states) { in handOffAnimation() method in RecentsAnimationController99 UI_HELPER_EXECUTOR.execute(() -> mController.handOffAnimation(targets, states)); in handOffAnimation()
114 boolean handOffAnimation = TransitionAnimator.Companion.longLivedReturnAnimationsEnabled() in createHomeAnimationFactory()116 if (handOffAnimation || !canUseWorkspaceView || appCanEnterPip || mIsSwipeForSplit) { in createHomeAnimationFactory()
1725 handOffAnimation(velocityPxPerMs);1809 private void handOffAnimation(PointF velocityPxPerMs) {1834 mRecentsAnimationController.handOffAnimation(
278 verify(mRecentsAnimationController).handOffAnimation(any(), any()); in testHomeGesture_handsOffAnimation()290 verify(mRecentsAnimationController, never()).handOffAnimation(any(), any()); in testHomeGesture_doesNotHandOffAnimation_withFlagsDisabled()