Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DSpringAnimationBuilder.java133 return (float) (exponentialComponent(time) * cosSinX(time)) + mEndValue; in getValue()
211 if (Math.abs(ec * cosSinX(t)) >= mValueThreshold) { in isAtEquilibrium()
221 private double cosSinX(double t) { in cosSinX() method in SpringAnimationBuilder