Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java200 float cutOff = animationDuration / (float) springDuration; in startWithVelocity() local
202 clampToProgress(scrollInterpolatorForVelocity(velocityPxPerMs), 0, cutOff)); in startWithVelocity() local