Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java149 UiObject expectedSwipeRegion = mDevice.findObject( in testSwipeUp() local
158 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeUp()
170 UiObject expectedSwipeRegion = mDevice.findObject( in testSwipeDown() local
177 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeDown()
189 UiObject expectedSwipeRegion = mDevice.findObject( in testSwipeLeft() local
196 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeLeft()
208 UiObject expectedSwipeRegion = mDevice.findObject( in testSwipeRight() local
215 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeRight()