Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java390 final int amountY = isDownwardsFlingGesture ? viewHeight / 2 : -viewHeight / 2; in emulateFlingGesture() local
397 emulateDragGesture(instrumentation, x, startY, 0, amountY, durationMs, durationMs / 16, in emulateFlingGesture()
400 return amountY; in emulateFlingGesture()