Home
last modified time | relevance | path

Searched refs:swipeRect (Results 1 – 2 of 2) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject2.java735 mGestureFactory.swipeRect(bounds, direction, percent, speed)); in swipe()
779 mGestureFactory.swipeRect(bounds, swipeDirection, segment, speed).pause(250); in scroll()
832 .swipeRect(bounds, swipeDirection, DEFAULT_SCROLL_UNTIL_PERCENT, speed) in scrollUntil()
918 .swipeRect(bounds, swipeDirection, DEFAULT_SCROLL_UNTIL_PERCENT, speed) in scrollUntil()
972 PointerGesture swipe = mGestureFactory.swipeRect(bounds, swipeDirection, 1.0f, speed); in fling()
DGestures.java106 public PointerGesture swipeRect(Rect area, Direction direction, float percent, int speed) { in swipeRect() method in Gestures