Searched defs:ACTION_MOVE_INTERVAL (Results 1 - 1 of 1) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java35 // Note: ACTION_MOVE_INTERVAL is the minimum interval between injected events;
37 private static final int ACTION_MOVE_INTERVAL = 5; field in class:SwipeAction
194 SystemClock.sleep(ACTION_MOVE_INTERVAL);
200 SystemClock.sleep(ACTION_MOVE_INTERVAL);

Completed in 79 milliseconds