Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java193 public boolean dragTo(@NonNull UiObject destObj, int steps) throws UiObjectNotFoundException { in dragTo() method in UiObject
214 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { in dragTo() method in UiObject
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java117 assertTrue(dragButton.dragTo(dragDestination, 40)); in testDragTo_destObjAndSteps()
136 assertTrue(dragButton.dragTo(destBounds.centerX(), destBounds.centerY(), 40)); in testDragTo_destXAndDestYAndSteps()
/test/uiautomator/uiautomator/api/
D2.2.0.txt215 …method public boolean dragTo(androidx.test.uiautomator.UiObject!, int) throws androidx.test.uiauto…
216 …method public boolean dragTo(int, int, int) throws androidx.test.uiautomator.UiObjectNotFoundExcep…
Drestricted_2.2.0.txt215 …method public boolean dragTo(androidx.test.uiautomator.UiObject!, int) throws androidx.test.uiauto…
216 …method public boolean dragTo(int, int, int) throws androidx.test.uiautomator.UiObjectNotFoundExcep…
Drestricted_2.3.0-beta01.txt255 …method public boolean dragTo(androidx.test.uiautomator.UiObject, int) throws androidx.test.uiautom…
256 …method public boolean dragTo(int, int, int) throws androidx.test.uiautomator.UiObjectNotFoundExcep…
D2.3.0-beta01.txt255 …method public boolean dragTo(androidx.test.uiautomator.UiObject, int) throws androidx.test.uiautom…
256 …method public boolean dragTo(int, int, int) throws androidx.test.uiautomator.UiObjectNotFoundExcep…
Dcurrent.txt389 …method public boolean dragTo(androidx.test.uiautomator.UiObject, int) throws androidx.test.uiautom…
390 …method public boolean dragTo(int, int, int) throws androidx.test.uiautomator.UiObjectNotFoundExcep…
Drestricted_current.txt389 …method public boolean dragTo(androidx.test.uiautomator.UiObject, int) throws androidx.test.uiautom…
390 …method public boolean dragTo(int, int, int) throws androidx.test.uiautomator.UiObjectNotFoundExcep…