Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DSpringAnimationBuilder.java169 double edgeTime = Math.max(0, duration - piByG / 2); in computeParams() local
173 if ((duration - edgeTime) < minDiff) { in computeParams()
176 double mid = (edgeTime + duration) / 2; in computeParams()
180 edgeTime = mid; in computeParams()