Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java381 mXOverviewAnim.dispatchOnStartWithVelocity(endXProgress, velocity.x); in onDragEnd()
402 mYOverviewAnim.dispatchOnStartWithVelocity(endYProgress, velocity.y); in onDragEnd()
424 mNonOverviewAnim.dispatchOnStartWithVelocity(endProgress, in onDragEnd()
DTaskViewTouchController.java290 mCurrentAnimation.dispatchOnStartWithVelocity(goingToEnd ? 1f : 0f, velocity);
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java213 public void dispatchOnStartWithVelocity(float end, float velocity) { in dispatchOnStartWithVelocity() method in AnimatorPlaybackController
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java436 mCurrentAnimation.dispatchOnStartWithVelocity(endProgress, velocity); in onDragEnd()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java956 mLauncherTransitionController.dispatchOnStartWithVelocity(end, velocityPxPerMs.y); in animateToProgressInternal()