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

  /external/droiddriver/src/io/appium/droiddriver/scroll/
DynamicSentinelStrategy.java 42 public static interface IsUpdatedStrategy {
63 public static abstract class SingleStringUpdated implements IsUpdatedStrategy {
176 private final IsUpdatedStrategy isUpdatedStrategy;
181 * with {@link UiElement#VISIBLE}, and the given {@code isUpdatedStrategy} and
185 public DynamicSentinelStrategy(IsUpdatedStrategy isUpdatedStrategy, Getter backwardGetter,
189 this.isUpdatedStrategy = isUpdatedStrategy;
195 public DynamicSentinelStrategy(IsUpdatedStrategy isUpdatedStrategy, Getter backwardGetter
    [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 

Completed in 349 milliseconds