Home
last modified time | relevance | path

Searched refs:emulateDragGesture (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java125 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
127 emulateDragGesture(instrumentation, dragStartX, dragStartY, dragAmountX, dragAmountY, in emulateDragGesture()
131 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
161 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
163 emulateDragGesture(instrumentation, coordinates, 2000, 20); in emulateDragGesture()
166 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
323 emulateDragGesture(instrumentation, x, startY, 0, amountY, durationMs, durationMs / 16); in emulateFlingGesture()
393 emulateDragGesture(instrumentation, emulatedX, emulatedStartY, 0, -swipeAmount, in emulateScrollToBottom()
465 emulateDragGesture(instrumentation, dragStartX, dragStartY, dragAmountX, dragAmountY); in emulateLongPressAndDragGesture()
/cts/tests/tests/widget/src/android/widget/cts/
DNumberPickerTest.java324 CtsTouchUtils.emulateDragGesture(mInstrumentation, in testInteractionWithSwipeDown()
373 CtsTouchUtils.emulateDragGesture(mInstrumentation, in testInteractionWithSwipeUp()
DAbsListViewTest.java1075 CtsTouchUtils.emulateDragGesture(mInstrumentation, in verifyFastScroll()
1085 CtsTouchUtils.emulateDragGesture(mInstrumentation, in verifyFastScroll()
DListPopupWindowTest.java783 CtsTouchUtils.emulateDragGesture(mInstrumentation, emulatedX, emulatedStartY, in testCreateOnDragListener()
DTextViewTest.java6601 CtsTouchUtils.emulateDragGesture(mInstrumentation, swipeCoordinates); in testClickableSpanOnClickDragOutside()