Home
last modified time | relevance | path

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

/frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
DFlingAnimation.java203 private float mVelocityThreshold; field in FlingAnimation.DragForce
233 return Math.abs(velocity) < mVelocityThreshold; in isAtEquilibrium()
237 mVelocityThreshold = threshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()
DSpringForce.java96 private double mVelocityThreshold; field in SpringForce
232 if (Math.abs(velocity) < mVelocityThreshold in isAtEquilibrium()
330 mVelocityThreshold = mValueThreshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()