Searched refs:performTwoPointerGesture (Results 1 – 8 of 8) sorted by relevance
| /test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/ |
| D | UiObject.java | 887 return performTwoPointerGesture(startPoint1, startPoint2, endPoint1, endPoint2, steps); in pinchOut() 923 return performTwoPointerGesture(startPoint1, startPoint2, endPoint1, endPoint2, steps); in pinchIn() 938 public boolean performTwoPointerGesture(@NonNull Point startPoint1, @NonNull Point startPoint2, in performTwoPointerGesture() method in UiObject
|
| /test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/ |
| D | UiObjectTest.java | 703 assertTrue(touchRegion.performTwoPointerGesture(startPoint1, startPoint2, endPoint1, in testPerformTwoPointerGesture_withZeroSteps()
|
| /test/uiautomator/uiautomator/api/ |
| D | 2.2.0.txt | 242 …method public boolean performTwoPointerGesture(android.graphics.Point!, android.graphics.Point!, a…
|
| D | restricted_2.2.0.txt | 242 …method public boolean performTwoPointerGesture(android.graphics.Point!, android.graphics.Point!, a…
|
| D | restricted_2.3.0-beta01.txt | 282 …method public boolean performTwoPointerGesture(android.graphics.Point, android.graphics.Point, and…
|
| D | 2.3.0-beta01.txt | 282 …method public boolean performTwoPointerGesture(android.graphics.Point, android.graphics.Point, and…
|
| D | current.txt | 416 …method public boolean performTwoPointerGesture(android.graphics.Point, android.graphics.Point, and…
|
| D | restricted_current.txt | 416 …method public boolean performTwoPointerGesture(android.graphics.Point, android.graphics.Point, and…
|