Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java311 final double moveEventDistance = (double) dragDistance / moveEventCount; in getMaxDragDuration() local
315 final double neededMoveEventsToExceedTouchSlop = touchSlop / moveEventDistance + 1; in getMaxDragDuration()