Searched refs:vy0 (Results 1 – 1 of 1) sorted by relevance
2126 double vy0 = 2.0 * (to.y - from.y) / duration; in movePointer() local2127 double dy = vy0 / duration; in movePointer()2136 point.y = from.y + (int) (vy0 * t - 0.5 * dy * t * t); in movePointer()