OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAST_CHILD_GETTER
(Results
1 - 3
of
3
) sorted by null
/external/droiddriver/src/com/google/android/droiddriver/scroll/
StaticSentinelStrategy.java
36
* Defaults to FIRST_CHILD_GETTER for backward scrolling,
LAST_CHILD_GETTER
40
super(FIRST_CHILD_GETTER,
LAST_CHILD_GETTER
, PhysicalToLogicalConverter.STANDARD_CONVERTER);
AbstractSentinelStrategy.java
90
public static final GetStrategy
LAST_CHILD_GETTER
= new GetStrategy(Predicates.alwaysTrue(),
DynamicSentinelStrategy.java
170
* Defaults to
LAST_CHILD_GETTER
for forward scrolling, and the standard
175
this(isUpdatedStrategy, backwardGetStrategy,
LAST_CHILD_GETTER
,
Completed in 34 milliseconds