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.java150 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
152 emulateDragGesture(instrumentation, dragStartX, dragStartY, dragAmountX, dragAmountY, in emulateDragGesture()
156 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
159 emulateDragGesture(instrumentation, dragStartX, dragStartY, dragAmountX, dragAmountY, in emulateDragGesture()
163 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
195 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
197 emulateDragGesture(instrumentation, coordinates, 2000, 20); in emulateDragGesture()
200 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
397 emulateDragGesture(instrumentation, x, startY, 0, amountY, durationMs, durationMs / 16, in emulateFlingGesture()
468 emulateDragGesture(instrumentation, emulatedX, emulatedStartY, 0, -swipeAmount, in emulateScrollToBottom()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DNumberPickerTest.java342 CtsTouchUtils.emulateDragGesture(mInstrumentation, in testInteractionWithSwipeDown()
392 CtsTouchUtils.emulateDragGesture(mInstrumentation, in testInteractionWithSwipeUp()
DAbsListViewTest.java437 CtsTouchUtils.emulateDragGesture(mInstrumentation, pt[0] + 2, pt[1] + 2, 0, 10); in testSelectorOnScreen()
1141 CtsTouchUtils.emulateDragGesture(mInstrumentation, in verifyFastScroll()
1151 CtsTouchUtils.emulateDragGesture(mInstrumentation, in verifyFastScroll()
DListPopupWindowTest.java791 CtsTouchUtils.emulateDragGesture(mInstrumentation, emulatedX, emulatedStartY, in testCreateOnDragListener()
DTextViewTest.java6764 CtsTouchUtils.emulateDragGesture(mInstrumentation, swipeCoordinates); in testClickableSpanOnClickDragOutside()