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

  /external/droiddriver/src/com/google/android/droiddriver/scroll/
AbstractSentinelStrategy.java 35 public static abstract class GetStrategy {
39 protected GetStrategy(Predicate<? super UiElement> predicate, String description) {
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(Predicates.alwaysTrue()
    [all...]
StaticSentinelStrategy.java 43 public StaticSentinelStrategy(GetStrategy backwardGetStrategy, GetStrategy forwardGetStrategy,
DynamicSentinelStrategy.java 94 // cause this, e.g. a bad choice of GetStrategy. log for debugging.
145 * Constructs with {@code GetStrategy}s that decorate the given
146 * {@code GetStrategy}s with {@link UiElement#VISIBLE}, and the given
148 * careful with {@code GetStrategy}s: the sentinel after each scroll should be
152 GetStrategy backwardGetStrategy, GetStrategy forwardGetStrategy,
164 GetStrategy backwardGetStrategy, GetStrategy forwardGetStrategy) {
174 GetStrategy backwardGetStrategy) {

Completed in 69 milliseconds