Searched refs:secondDeltaX (Results 1 – 1 of 1) sorted by relevance
91 final float secondDeltaX = secondPtrX - secondPtrDownX; in isDraggingGesture() local94 if (secondDeltaX == 0 && secondDeltaY == 0) { in isDraggingGesture()98 final float secondMagnitude = (float) Math.hypot(secondDeltaX, secondDeltaY); in isDraggingGesture()100 (secondMagnitude > 0) ? secondDeltaX / secondMagnitude : secondDeltaX; in isDraggingGesture()