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.java191 float cutOff = animationDuration / (float) springDuration; in startWithVelocity() local
193 clampToProgress(scrollInterpolatorForVelocity(velocity), 0, cutOff)); in startWithVelocity() local