Searched defs:dragButton (Results 1 – 4 of 4) sorted by relevance
41 Button dragButton = findViewById(R.id.drag_button); in onCreate() local
176 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag_dest() local190 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag_destAndSpeed() local204 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag_destAndSpeed_throwsIllegalArgumentException() local
105 UiObject dragButton = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destObjAndSteps() local126 UiObject dragButton = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testDragTo_destXAndDestYAndSteps() local
345 UiObject2 dragButton = mDevice.findObject(By.res(TEST_APP, "drag_button")); in testDrag() local