Home | History | Annotate | Download | only in scroll

Lines Matching refs:Direction

25 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
26 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
210 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) {
211 UiElement oldSentinel = getOldSentinel(driver, containerFinder, direction);
212 doScroll(oldSentinel.getParent(), direction);
213 UiElement newSentinel = getSentinel(driver, containerFinder, direction);
219 PhysicalDirection direction) {
220 return lastSentinel != null ? lastSentinel : getSentinel(driver, containerFinder, direction);
225 PhysicalDirection direction) {
231 PhysicalDirection direction) {