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