Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java638 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/
DUiObject.java862 public boolean pinchOut(int percent, int steps) throws UiObjectNotFoundException { in pinchOut() method in UiObject
/test/uiautomator/uiautomator/api/
D2.2.0.txt244 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
Drestricted_2.2.0.txt244 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
Drestricted_2.3.0-beta01.txt284 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
D2.3.0-beta01.txt284 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
Dcurrent.txt418 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…
Drestricted_current.txt418 …method public boolean pinchOut(int, int) throws androidx.test.uiautomator.UiObjectNotFoundExceptio…