Searched defs:swipe (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/extras/tests/workloads/ |
H A D | chromefling.sh | 77 function swipe { function
|
H A D | recentfling.sh | 83 function swipe { function
|
H A D | youtube.sh | 70 function swipe { function
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | GestureDescriptionTest.java | 71 GestureDescription swipe = in testSwipe_shouldContainEvenlySpacedPoints() local 93 GestureDescription swipe = createSwipe(10.1f, 20.6f, 11.9f, 22.1f, strokeTime); in testSwipeWithNonIntegerValues_shouldRound() local 235 GestureDescription swipe = new GestureDescription.Builder().addStroke(swipeStroke).build(); in testGetGestureSteps_touchPointsHaveStrokeId() local
|
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiDevice.java | 430 public boolean swipe(int startX, int startY, int endX, int endY, int steps) { in swipe() method in UiDevice 466 public boolean swipe(Point[] segments, int segmentSteps) { in swipe() method in UiDevice
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SystemGesturesPointerEventListener.java | 280 final int swipe = detectSwipe(i, time, x, y); in detectSwipe() local 285 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p)); in detectSwipe() local
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | GestureBot.java | 115 private void swipe(int downX, int downY, int upX, int upY, int steps, int button, in swipe() method in GestureBot
|