Searched refs:isDownwardsFlingGesture (Results 1 – 2 of 2) sorted by relevance
360 View view, boolean isDownwardsFlingGesture) { in emulateFlingGesture() argument361 return emulateFlingGesture(instrumentation, view, isDownwardsFlingGesture, null); in emulateFlingGesture()375 View view, boolean isDownwardsFlingGesture, in emulateFlingGesture() argument388 final int startY = isDownwardsFlingGesture ? viewOnScreenXY[1] + viewHeight / 4 in emulateFlingGesture()390 final int amountY = isDownwardsFlingGesture ? viewHeight / 2 : -viewHeight / 2; in emulateFlingGesture()
527 private void verifyListScrollAndEmulateFlingGesture(boolean isDownwardsFlingGesture)549 CtsTouchUtils.emulateFlingGesture(mInstrumentation, mListView, isDownwardsFlingGesture);557 if (isDownwardsFlingGesture) {