Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java2122 double vx0 = 2.0 * (to.x - from.x) / duration; in movePointer() local
2123 double dx = vx0 / duration; in movePointer()
2135 point.x = from.x + (int) (vx0 * t - 0.5 * dx * t * t); in movePointer()