Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DDragTestActivity.java41 Button dragButton = findViewById(R.id.drag_button); in onCreate() local
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObject2Test.java176 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag_dest() local
190 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag_destAndSpeed() local
204 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag_destAndSpeed_throwsIllegalArgumentException() local
DUiObjectTest.java105 UiObject dragButton = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destObjAndSteps() local
126 UiObject dragButton = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destXAndDestYAndSteps() local
DUiDeviceTest.java345 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag() local