Home
last modified time | relevance | path

Searched refs:timeTo90PercentMs (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/motion/
DDampedSpring.java40 public DampedSpring(float timeTo90PercentMs) { in DampedSpring() argument
41 this(timeTo90PercentMs, DEFAULT_SPRING_STIFFNESS); in DampedSpring()
44 public DampedSpring(float timeTo90PercentMs, float springStiffness) { in DampedSpring() argument
48 mTimeTo90PercentMs = timeTo90PercentMs; in DampedSpring()
51 if (springStiffness > timeTo90PercentMs) { in DampedSpring()