Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DGestureBot.java135 touchMove(downX + (int) (xStep * i), downY + (int) (yStep * i), button); in swipe()
159 private boolean touchMove(int x, int y, int button) { in touchMove() method in GestureBot
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java325 private boolean touchMove(int x, int y) {
454 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
498 ret &= touchMove(segments[seg].x + (int)(xStep * i),
/aosp12/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java530 Rect rect = touchMove(event); in processEvent()
607 private Rect touchMove(MotionEvent event) { in touchMove() method in GestureOverlayView
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18890 Landroid/gesture/GestureOverlayView;->touchMove(Landroid/view/MotionEvent;)Landroid/graphics/Rect;