Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DFlingAnimation.java172 private float mVelocityThreshold; field in FlingAnimation.DragForce
196 return Math.abs(velocity) < mVelocityThreshold; in isAtEquilibrium()
199 mVelocityThreshold = threshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()
DSpringForce.java95 private double mVelocityThreshold; field in SpringForce
223 if (Math.abs(velocity) < mVelocityThreshold in isAtEquilibrium()
321 mVelocityThreshold = mValueThreshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()