Home | History | Annotate | Download | only in scroll

Lines Matching refs:Axis

31 import io.appium.droiddriver.scroll.Direction.Axis;
119 if (detectEnd(event, direction.axis())) {
136 protected boolean detectEnd(AccessibilityEvent event, Axis axis) {
145 if (axis == Axis.VERTICAL) {
147 } else if (axis == Axis.HORIZONTAL) {
216 protected boolean detectEnd(AccessibilityEvent event, Axis axis) {