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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiScrollable.java30 private static final int SCROLL_STEPS = 55; field in class:UiScrollable
294 return scrollForward(SCROLL_STEPS);
357 return scrollBackward(SCROLL_STEPS);
433 return scrollToBeginning(maxSwipes, SCROLL_STEPS);
471 return scrollToEnd(maxSwipes, SCROLL_STEPS);

Completed in 30 milliseconds