Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java360 View view, boolean isDownwardsFlingGesture) { in emulateFlingGesture() argument
361 return emulateFlingGesture(instrumentation, view, isDownwardsFlingGesture, null); in emulateFlingGesture()
375 View view, boolean isDownwardsFlingGesture, in emulateFlingGesture() argument
388 final int startY = isDownwardsFlingGesture ? viewOnScreenXY[1] + viewHeight / 4 in emulateFlingGesture()
390 final int amountY = isDownwardsFlingGesture ? viewHeight / 2 : -viewHeight / 2; in emulateFlingGesture()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_ScrollTest.java527 private void verifyListScrollAndEmulateFlingGesture(boolean isDownwardsFlingGesture)
549 CtsTouchUtils.emulateFlingGesture(mInstrumentation, mListView, isDownwardsFlingGesture);
557 if (isDownwardsFlingGesture) {