Home
last modified time | relevance | path

Searched refs:performMultiPointerGesture (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java1062 return performMultiPointerGesture(points1, points2); in performTwoPointerGesture()
1087 public boolean performMultiPointerGesture(PointerCoords[] ...touches) { in performMultiPointerGesture() method in UiObject
1088 return getInteractionController().performMultiPointerGesture(touches); in performMultiPointerGesture()
DInteractionController.java686 public boolean performMultiPointerGesture(PointerCoords[] ... touches) {
/frameworks/base/docs/html/training/testing/ui-testing/
Duiautomator-testing.jd203 …cRoot}reference/android/support/test/uiautomator/UiObject.html#performMultiPointerGesture(android.…
204 {@code performMultiPointerGesture()}</a>
/frameworks/base/cmds/uiautomator/api/
Dcurrent.txt114 method public boolean performMultiPointerGesture(android.view.MotionEvent.PointerCoords...);