Home
last modified time | relevance | path

Searched defs:endPoint2 (Results 1 – 2 of 2) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java884 Point endPoint2 = new Point(rect.centerX() + (int)((rect.width()/2) * percentage), in pinchOut() local
921 Point endPoint2 = new Point(rect.centerX() + FINGER_TOUCH_HALF_WIDTH, rect.centerY()); in pinchIn() local
939 @NonNull Point endPoint1, @NonNull Point endPoint2, int steps) { in performTwoPointerGesture()
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java701 Point endPoint2 = new Point(visibleBounds.right - 50, visibleBounds.bottom - 50); in testPerformTwoPointerGesture_withZeroSteps() local