HomeSort by relevance Sort by last modified time
    Searched defs:maxScrolls (Results 1 - 3 of 3) sorted by null

  /external/droiddriver/src/io/appium/droiddriver/scroll/
StepBasedScroller.java 42 private final int maxScrolls;
49 * @param maxScrolls the maximum number of scrolls. It should be large enough
61 public StepBasedScroller(int maxScrolls, long perScrollTimeoutMillis, Axis axis,
63 this.maxScrolls = maxScrolls;
71 * Constructs with default 100 maxScrolls, 1 second for
89 for (; i <= maxScrolls; i++) {
94 if (i < maxScrolls && !scrollStepStrategy.scroll(driver, containerFinder, direction)) {
101 if (i == maxScrolls) {
102 // This is often a program error -- maxScrolls is a safety net; we shoul
    [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 

Completed in 2687 milliseconds