Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java286 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.java447 mCurrentAnimation.dispatchOnStartWithVelocity(endProgress, velocity); in onDragEnd()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java1143 mLauncherTransitionController.dispatchOnStartWithVelocity(end, velocityPxPerMs.y); in animateToProgressInternal()