Searched refs:pinchOut (Results 1 – 8 of 8) sorted by relevance
| /test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/ |
| D | UiObjectTest.java | 638 assertTrue(pinchArea.pinchOut(0, 10)); in testPinchOut() 640 assertTrue(pinchArea.pinchOut(100, 10)); in testPinchOut() 677 assertUiObjectNotFound(() -> noNode.pinchOut(100, 10)); 679 assertThrows(IllegalStateException.class, () -> smallArea.pinchOut(100, 10)); 681 assertThrows(IllegalArgumentException.class, () -> smallArea.pinchOut(-1, 10)); 682 assertThrows(IllegalArgumentException.class, () -> smallArea.pinchOut(101, 10));
|
| /test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/ |
| D | UiObject.java | 862 public boolean pinchOut(int percent, int steps) throws UiObjectNotFoundException { in pinchOut() method in UiObject
|
| /test/uiautomator/uiautomator/api/ |
| D | 2.2.0.txt | 244 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
|
| D | restricted_2.2.0.txt | 244 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
|
| D | restricted_2.3.0-beta01.txt | 284 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
|
| D | 2.3.0-beta01.txt | 284 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
|
| D | current.txt | 418 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
|
| D | restricted_current.txt | 418 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
|