Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java281 final long longPressTimeoutMs = ViewConfiguration.getLongPressTimeout(); in emulateDragGesture() local
282 final int maxDragDurationMs = getMaxDragDuration(touchSlop, longPressTimeoutMs, coordinates, in emulateDragGesture()
301 private int getMaxDragDuration(int touchSlop, long longPressTimeoutMs, in getMaxDragDuration() argument
319 int maxDragDuration = (int) (longPressTimeoutMs * 0.9 * moveEventCount in getMaxDragDuration()