Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java110 UiObject expectedDragDest = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destObjAndSteps() local
118 assertTrue(expectedDragDest.waitForExists(TIMEOUT_MS)); in testDragTo_destObjAndSteps()
131 UiObject expectedDragDest = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destXAndDestYAndSteps() local
137 assertTrue(expectedDragDest.waitForExists(TIMEOUT_MS)); in testDragTo_destXAndDestYAndSteps()