Home
last modified time | relevance | path

Searched refs:emulateFlingGesture (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_ScrollTest.java560 mCtsTouchUtils.emulateFlingGesture(mInstrumentation, mActivityRule, mListView,
622 mCtsTouchUtils.emulateFlingGesture(mInstrumentation, mActivityRule, mListView, false,
692 mCtsTouchUtils.emulateFlingGesture(mInstrumentation, mActivityRule, mListView, false);
705 mCtsTouchUtils.emulateFlingGesture(mInstrumentation, mActivityRule, mListView, false);
724 mCtsTouchUtils.emulateFlingGesture(mInstrumentation, mActivityRule, mListView, false);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java526 public int emulateFlingGesture(Instrumentation instrumentation, in emulateFlingGesture() method in CtsTouchUtils
528 return emulateFlingGesture(instrumentation, activityTestRule, in emulateFlingGesture()
542 public int emulateFlingGesture(Instrumentation instrumentation, in emulateFlingGesture() method in CtsTouchUtils
545 return emulateFlingGesture(instrumentation, activityTestRule, view, isDownwardsFlingGesture, in emulateFlingGesture()
560 public int emulateFlingGesture(Instrumentation instrumentation, in emulateFlingGesture() method in CtsTouchUtils