Searched refs:GESTURE_STEP_MS (Results 1 – 1 of 1) sorted by relevance
112 private static final int GESTURE_STEP_MS = 16; field in LauncherInstrumentation1876 long endTime = movePointer(downTime, startTime, steps * GESTURE_STEP_MS, in movePointer()1879 endTime = movePointer(downTime, endTime + GESTURE_STEP_MS, 5 * GESTURE_STEP_MS, end, in movePointer()2113 long steps = duration / GESTURE_STEP_MS; in movePointer()2130 sleep(GESTURE_STEP_MS); in movePointer()2131 currentTime += GESTURE_STEP_MS; in movePointer()2134 final double t = (i + 1) * GESTURE_STEP_MS; in movePointer()2142 sleep(GESTURE_STEP_MS); in movePointer()2143 currentTime += GESTURE_STEP_MS; in movePointer()