Home | History | Annotate | Download | only in scroll

Lines Matching refs:Axis

29 import io.appium.droiddriver.scroll.Direction.Axis;
44 private final Axis axis;
54 * @param axis the axis this scroller can scroll
61 public StepBasedScroller(int maxScrolls, long perScrollTimeoutMillis, Axis axis,
65 this.axis = axis;
72 * perScrollTimeoutMillis, vertical axis, not startFromBegining.
75 this(100, 1000L, Axis.VERTICAL, scrollStepStrategy, false);
133 PhysicalDirection backwardDirection = converter.toPhysicalDirection(axis, BACKWARD);