Home
last modified time | relevance | path

Searched refs:getMaxDragDuration (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()
301 private int getMaxDragDuration(int touchSlop, long longPressTimeoutMs, in getMaxDragDuration() method in CtsTouchUtils