Searched refs:maxDragDurationMs (Results 1 – 1 of 1) sorted by relevance
282 final int maxDragDurationMs = getMaxDragDuration(touchSlop, longPressTimeoutMs, coordinates, in emulateDragGesture() local284 if (maxDragDurationMs < dragDurationMs) { in emulateDragGesture()286 + " ms to " + maxDragDurationMs + " ms to avoid triggering a long press "); in emulateDragGesture()287 dragDurationMs = maxDragDurationMs; in emulateDragGesture()