Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DSpringForce.java95 private double mVelocityThreshold; field in SpringForce
223 if (Math.abs(velocity) < mVelocityThreshold in isAtEquilibrium()
321 mVelocityThreshold = mValueThreshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()