Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 3 of 3) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DGestures.java70 return new PointerGesture(point, mDisplayId, mWindowId).pause(duration); in click()
162 swipe(bottomLeft[OUTER], bottomLeft[INNER], speed).pause(250), in pinchClose()
163 swipe(topRight[OUTER], topRight[INNER], speed).pause(250) in pinchClose()
DPointerGesture.java68 public PointerGesture pause(long time) { in pause() method in PointerGesture
DUiObject2.java779 mGestureFactory.swipeRect(bounds, swipeDirection, segment, speed).pause(250); in scroll()
833 .pause(250); in scrollUntil()
919 .pause(250); in scrollUntil()