Searched refs:dragTo (Results 1 – 8 of 8) sorted by relevance
| /test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/ |
| D | UiObject.java | 193 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/ |
| D | UiObjectTest.java | 117 assertTrue(dragButton.dragTo(dragDestination, 40)); in testDragTo_destObjAndSteps() 136 assertTrue(dragButton.dragTo(destBounds.centerX(), destBounds.centerY(), 40)); in testDragTo_destXAndDestYAndSteps()
|
| /test/uiautomator/uiautomator/api/ |
| D | 2.2.0.txt | 215 …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…
|
| D | restricted_2.2.0.txt | 215 …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…
|
| D | restricted_2.3.0-beta01.txt | 255 …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…
|
| D | 2.3.0-beta01.txt | 255 …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…
|
| D | current.txt | 389 …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…
|
| D | restricted_current.txt | 389 …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…
|