Searched refs:dragDistance (Results 1 – 1 of 1) sorted by relevance
310 final double dragDistance = Math.sqrt(Math.pow(deltaX, 2) + Math.pow(deltaY, 2)); in getMaxDragDuration() local311 final double moveEventDistance = (double) dragDistance / moveEventCount; in getMaxDragDuration()