Home
last modified time | relevance | path

Searched defs:swipe (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/tests/workloads/
H A Dchromefling.sh77 function swipe { function
H A Drecentfling.sh83 function swipe { function
H A Dyoutube.sh70 function swipe { function
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGestureDescriptionTest.java71 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 DUiDevice.java430 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 DSystemGesturesPointerEventListener.java280 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 DGestureBot.java115 private void swipe(int downX, int downY, int upX, int upY, int steps, int button, in swipe() method in GestureBot