Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java310 final double dragDistance = Math.sqrt(Math.pow(deltaX, 2) + Math.pow(deltaY, 2)); in getMaxDragDuration() local
311 final double moveEventDistance = (double) dragDistance / moveEventCount; in getMaxDragDuration()