Searched refs:mVelocityThreshold (Results 1 – 2 of 2) sorted by relevance
203 private float mVelocityThreshold; field in FlingAnimation.DragForce233 return Math.abs(velocity) < mVelocityThreshold; in isAtEquilibrium()237 mVelocityThreshold = threshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()
96 private double mVelocityThreshold; field in SpringForce232 if (Math.abs(velocity) < mVelocityThreshold in isAtEquilibrium()330 mVelocityThreshold = mValueThreshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()