Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java282 final int maxDragDurationMs = getMaxDragDuration(touchSlop, longPressTimeoutMs, coordinates, in emulateDragGesture() local
284 if (maxDragDurationMs < dragDurationMs) { in emulateDragGesture()
286 + " ms to " + maxDragDurationMs + " ms to avoid triggering a long press "); in emulateDragGesture()
287 dragDurationMs = maxDragDurationMs; in emulateDragGesture()