Searched refs:dispatchOnStartWithVelocity (Results 1 – 5 of 5) sorted by relevance
381 mXOverviewAnim.dispatchOnStartWithVelocity(endXProgress, velocity.x); in onDragEnd()402 mYOverviewAnim.dispatchOnStartWithVelocity(endYProgress, velocity.y); in onDragEnd()424 mNonOverviewAnim.dispatchOnStartWithVelocity(endProgress, in onDragEnd()
290 mCurrentAnimation.dispatchOnStartWithVelocity(goingToEnd ? 1f : 0f, velocity);
213 public void dispatchOnStartWithVelocity(float end, float velocity) { in dispatchOnStartWithVelocity() method in AnimatorPlaybackController
436 mCurrentAnimation.dispatchOnStartWithVelocity(endProgress, velocity); in onDragEnd()
956 mLauncherTransitionController.dispatchOnStartWithVelocity(end, velocityPxPerMs.y); in animateToProgressInternal()