OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxscrolls
(Results
1 - 1
of
1
) sorted by null
/external/droiddriver/src/com/google/android/droiddriver/scroll/
SentinelScroller.java
40
private final int
maxScrolls
;
46
* @param
maxScrolls
the maximum number of scrolls. It should be large enough
52
public SentinelScroller(int
maxScrolls
, long perScrollTimeoutMillis, Axis axis,
54
this.
maxScrolls
=
maxScrolls
;
61
* Constructs with default 100
maxScrolls
, 1 second for
77
for (; i <=
maxScrolls
; i++) {
82
if (i <
maxScrolls
&& !sentinelStrategy.scroll(driver, parentFinder, direction)) {
89
if (i ==
maxScrolls
) {
90
// This is often a program error --
maxScrolls
is a safety net; we shoul
[
all
...]
Completed in 88 milliseconds