Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DPhysicsAnimator.kt326 val projectedFlingEndValue = currentValue + flingTravelDistance in flingThenSpring() constant
331 if ((startVelocity < 0 && projectedFlingEndValue > midpoint) || in flingThenSpring()
332 (startVelocity > 0 && projectedFlingEndValue < midpoint)) { in flingThenSpring()
334 if (projectedFlingEndValue < midpoint) flingConfig.min else flingConfig.max in flingThenSpring()