HomeSort by relevance Sort by last modified time
    Searched full:scrollforward (Results 1 - 4 of 4) sorted by null

  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiScrollable.java 40 // Used in ScrollForward() and ScrollBackward() to determine swipe direction
215 if(!scrollForward()) {
263 * A convenience version of {@link UiScrollable#scrollForward(int)}, performs a fling
268 return scrollForward(FLING_STEPS);
272 * A convenience version of {@link UiScrollable#scrollForward(int)}, performs a regular scroll
276 public boolean scrollForward() {
277 return scrollForward(SCROLL_STEPS);
290 public boolean scrollForward(int steps) {
291 Log.d(LOG_TAG, "scrollForward() on selector = " + getSelector());
442 if(!scrollForward(steps))
    [all...]
UiObject.java 164 * {@link #scrollForward()}.
183 * {@link #scrollForward()}. This method will perform the swipe gesture over any
204 * {@link #scrollForward()}. This method will perform the swipe gesture over any
224 * {@link #scrollForward()}. This method will perform the swipe gesture over any
  /external/webkit/Source/WebKit/chromium/public/
WebScrollbar.h 52 ScrollForward
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 112 if (direction == ScrollForward)

Completed in 704 milliseconds