Searched refs:mVelocityThreshold (Results 1 – 1 of 1) sorted by relevance
67 private double mVelocityThreshold; field in SpringAnimationBuilder155 mVelocityThreshold = mValueThreshold * 1000.0 / singleFrameMs; in computeParams()164 >= mVelocityThreshold) { in computeParams()214 return Math.abs(ec * cosSinV(t)) < mVelocityThreshold; in isAtEquilibrium()