Home
last modified time | relevance | path

Searched defs:dragDestination (Results 1 – 4 of 4) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DDragTestActivity.java42 TextView dragDestination = findViewById(R.id.drag_destination); in onCreate() local
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObject2Test.java177 UiObject2 dragDestination = mDevice.findObject(By.res(TEST_APP, "drag_destination")); in testDrag_dest() local
191 UiObject2 dragDestination = mDevice.findObject(By.res(TEST_APP, "drag_destination")); in testDrag_destAndSpeed() local
205 UiObject2 dragDestination = mDevice.findObject(By.res(TEST_APP, "drag_destination")); in testDrag_destAndSpeed_throwsIllegalArgumentException() local
DUiObjectTest.java107 UiObject dragDestination = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destObjAndSteps() local
128 UiObject dragDestination = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destXAndDestYAndSteps() local
DUiDeviceTest.java346 UiObject2 dragDestination = mDevice.findObject(By.res(TEST_APP, "drag_destination")); in testDrag() local