Searched defs:GetStrategy (Results 1 - 1 of 1) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DAbstractSentinelStrategy.java35 public static abstract class GetStrategy { class in class:AbstractSentinelStrategy
39 protected GetStrategy(Predicate<? super UiElement> predicate, String description) { method in class:AbstractSentinelStrategy.GetStrategy
57 * Decorates an existing {@link GetStrategy} by adding another
60 public static class MorePredicateGetStrategy extends GetStrategy {
61 private final GetStrategy original;
63 public MorePredicateGetStrategy(GetStrategy original,
79 public static final GetStrategy FIRST_CHILD_GETTER = new GetStrategy(Predicates.alwaysTrue(),
90 public static final GetStrategy LAST_CHILD_GETTER = new GetStrategy(Predicate
[all...]

Completed in 81 milliseconds