Searched refs:timeTo90PercentMs (Results 1 – 1 of 1) sorted by relevance
40 public DampedSpring(float timeTo90PercentMs) { in DampedSpring() argument41 this(timeTo90PercentMs, DEFAULT_SPRING_STIFFNESS); in DampedSpring()44 public DampedSpring(float timeTo90PercentMs, float springStiffness) { in DampedSpring() argument48 mTimeTo90PercentMs = timeTo90PercentMs; in DampedSpring()51 if (springStiffness > timeTo90PercentMs) { in DampedSpring()