Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt215 val swipe = detectSwipe(ev) in <lambda>() constant
342 val swipe = detectSwipe(i, time, x, y) in <lambda>() constant
347 val swipe = detectSwipe(i, move.eventTime, move.getX(p), move.getY(p)) in <lambda>() constant
/aosp_15_r20/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
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
H A DBrightnessSlider.kt54 val swipe = in swipeFromLeftToRight() constant
H A DBouncer.kt88 val swipe = from(centerPoint) in enterPattern() constant
/aosp_15_r20/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
H A DSpectatioUiUtil.java550 public void swipe(SwipeDirection swipeDirection, int numOfSteps) { in swipe() method in SpectatioUiUtil
561 public void swipe(SwipeDirection swipeDirection, int numOfSteps, SwipeFraction swipeFraction) { in swipe() method in SpectatioUiUtil
579 public void swipe(SwipeDirection swipeDirection, SwipeSpeed swipeSpeed) throws IOException { in swipe() method in SpectatioUiUtil
590 public void swipe( in swipe() method in SpectatioUiUtil
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java367 final int swipe = detectSwipe(i, time, x, y); in detectSwipe() local
372 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p)); in detectSwipe() local
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
H A DShadeTouchHandlerTest.kt292 private fun swipe(direction: Direction): Boolean { in swipe() method
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
H A DGestureUtils.java131 public static StrokeDescription swipe(PointF from, PointF to) { in swipe() method in GestureUtils
135 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe() method in GestureUtils
/aosp_15_r20/external/libchrome-gestures/src/
H A Dgestures_unittest.cc77 Gesture swipe(kGestureSwipe, 1.0, 2.0, 3.0, 4.0); in TEST() local
225 Gesture swipe(kGestureSwipe, 1.0, 2.0, 3.0, 4.0); in TEST() local
/aosp_15_r20/system/extras/tests/workloads/
H A Dyoutube.sh70 function swipe { function
H A Drecentfling.sh83 function swipe { function
H A Dchromefling.sh77 function swipe { function
/aosp_15_r20/external/accompanist/pager/src/sharedTest/kotlin/com/google/accompanist/pager/
H A DPagerTest.kt86 fun swipe() { in <lambda>() method in com.google.accompanist.pager.PagerTest
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
H A DTouchTrackerTest.java40 private static void swipe(TouchTracker tracker, float x0, float y0, float x1, float y1) { in swipe() method in TouchTrackerTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
H A DTouchTrackerTest.java40 private static void swipe(TouchTracker tracker, float x0, float y0, float x1, float y1) { in swipe() method in TouchTrackerTest
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityGestureDetectorTest.java538 private GestureDescription swipe(int displayId) { in swipe() method in AccessibilityGestureDetectorTest
539 StrokeDescription swipe = new StrokeDescription( in swipe() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/library/uiautomator.core/android_common/turbine/
Duiautomator.core.jar ... int, int, int, int) public boolean swipe (int, int, int, int, int ...
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
H A DMediaController.java188 public boolean swipe(Direction direction) { in swipe() method in MediaController
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
H A DCommonUtils.java166 public static void swipe(GestureType gestureType, UiObject obj) { in swipe() method in CommonUtils
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java116 private void swipe(int downX, int downY, int upX, int upY, int steps, int button, in swipe() method in GestureBot
/aosp_15_r20/prebuilts/sdk/16/public/
HDuiautomator.jar ... int, int) int x int y public boolean swipe (int, int, int, int, int ...
/aosp_15_r20/prebuilts/sdk/17/public/
HDuiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DAoaDevice.java249 public void swipe(@Nonnull Point from, @Nonnull Point to, @Nonnull Duration duration) { in swipe() method in AoaDevice
/aosp_15_r20/prebuilts/sdk/23/public/
HDuiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

123456789