Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DSpringAnimationBuilder.java163 while (duration < 0 || Math.abs(exponentialComponent(duration) * cosSinV(duration)) in computeParams()
214 return Math.abs(ec * cosSinV(t)) < mVelocityThreshold; in isAtEquilibrium()
225 private double cosSinV(double t) { in cosSinV() method in SpringAnimationBuilder