setRestSpeedThreshold method
Sets the speed at which the spring should be considered at rest. @param restSpeedThreshold speed pixels per second @return the spring for chaining
Implementation
Spring setRestSpeedThreshold(double restSpeedThreshold) {
_mRestSpeedThreshold = restSpeedThreshold;
return this;
}