Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiScrollable.java32 private static final int SCROLL_STEPS = 55; field in UiScrollable
397 return scrollForward(SCROLL_STEPS); in scrollForward()
476 return scrollBackward(SCROLL_STEPS); in scrollBackward()
562 return scrollToBeginning(maxSwipes, SCROLL_STEPS); in scrollToBeginning()
613 return scrollToEnd(maxSwipes, SCROLL_STEPS); in scrollToEnd()