Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java189 public void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
192 emulateDragGesture(instrumentation, activityTestRule, in emulateDragGesture()
197 private void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
200 emulateDragGesture(instrumentation, activityTestRule, dragStartX, dragStartY, dragAmountX, in emulateDragGesture()
216 public void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
221 emulateDragGesture(instrumentation, activityTestRule, dragStartX, dragStartY, dragAmountX, in emulateDragGesture()
239 public void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
274 public void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
290 emulateDragGesture(instrumentation, activityTestRule, coordinates, dragDurationMs, in emulateDragGesture()
324 private void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils
[all …]
/cts/tests/tests/widget/src/android/widget/cts/util/
DStretchEdgeUtil.kt53 emulateDragGesture(instrumentation, activityRule, in fling()
82 emulateDragGesture(instrumentation, activityRule, in dragStretches()
116 emulateDragGesture(instrumentation, activityRule, in dragAndHoldExecute()
215 private fun emulateDragGesture( in emulateDragGesture() method
/cts/tests/tests/widget/src/android/widget/cts/
DNumberPickerTest.java404 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, in testInteractionWithSwipeDown()
479 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, in testInteractionWithSwipeUp()
DAbsListViewTest.java465 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, in testSelectorOnScreen()
1247 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, in verifyFastScroll()
1257 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, in verifyFastScroll()
DListViewTest.java1320 mCtsTouchUtils.emulateDragGesture( in testScrollAfterStretch()
1334 mCtsTouchUtils.emulateDragGesture( in testScrollAfterStretch()
DEditTextTest.java514 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, dragStartEnd.get()); in testCursorDrag()
DListPopupWindowTest.java943 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, emulatedX, in testCreateOnDragListener()
DTextViewTest.java7781 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, swipeCoordinates); in testClickableSpanOnClickDragOutside()