Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java2126 double vy0 = 2.0 * (to.y - from.y) / duration; in movePointer() local
2127 double dy = vy0 / duration; in movePointer()
2136 point.y = from.y + (int) (vy0 * t - 0.5 * dy * t * t); in movePointer()