Searched refs:mVelocityThreshold (Results 1 – 2 of 2) sorted by relevance
172 private float mVelocityThreshold; field in FlingAnimation.DragForce196 return Math.abs(velocity) < mVelocityThreshold; in isAtEquilibrium()199 mVelocityThreshold = threshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()
95 private double mVelocityThreshold; field in SpringForce223 if (Math.abs(velocity) < mVelocityThreshold in isAtEquilibrium()321 mVelocityThreshold = mValueThreshold * VELOCITY_THRESHOLD_MULTIPLIER; in setValueThreshold()