Searched refs:pinchIn (Results 1 – 8 of 8) sorted by relevance
| /test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/ |
| D | UiObjectTest.java | 660 assertTrue(pinchArea.pinchIn(0, 10)); in testPinchIn() 662 assertTrue(pinchArea.pinchIn(100, 10)); in testPinchIn() 678 assertUiObjectNotFound(() -> noNode.pinchIn(100, 10)); 680 assertThrows(IllegalStateException.class, () -> smallArea.pinchIn(100, 10)); 683 assertThrows(IllegalArgumentException.class, () -> smallArea.pinchIn(-1, 10)); 684 assertThrows(IllegalArgumentException.class, () -> smallArea.pinchIn(101, 10));
|
| /test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/ |
| D | UiObject.java | 900 public boolean pinchIn(int percent, int steps) throws UiObjectNotFoundException { in pinchIn() method in UiObject
|
| /test/uiautomator/uiautomator/api/ |
| D | 2.2.0.txt | 243 …method public boolean pinchIn(int, int) throws androidx.test.uiautomator.UiObjectNotFoundException;
|
| D | restricted_2.2.0.txt | 243 …method public boolean pinchIn(int, int) throws androidx.test.uiautomator.UiObjectNotFoundException;
|
| D | restricted_2.3.0-beta01.txt | 283 …method public boolean pinchIn(int, int) throws androidx.test.uiautomator.UiObjectNotFoundException;
|
| D | 2.3.0-beta01.txt | 283 …method public boolean pinchIn(int, int) throws androidx.test.uiautomator.UiObjectNotFoundException;
|
| D | current.txt | 417 …method public boolean pinchIn(int, int) throws androidx.test.uiautomator.UiObjectNotFoundException;
|
| D | restricted_current.txt | 417 …method public boolean pinchIn(int, int) throws androidx.test.uiautomator.UiObjectNotFoundException;
|