OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIRST_CHILD_GETTER
(Results
1 - 2
of
2
) 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
79
public static final GetStrategy
FIRST_CHILD_GETTER
= new GetStrategy(Predicates.alwaysTrue(),
Completed in 89 milliseconds