Searched refs:firstMagnitude (Results 1 – 1 of 1) sorted by relevance
85 final float firstMagnitude = (float) Math.hypot(firstDeltaX, firstDeltaY); in isDraggingGesture() local87 (firstMagnitude > 0) ? firstDeltaX / firstMagnitude : firstDeltaX; in isDraggingGesture()89 (firstMagnitude > 0) ? firstDeltaY / firstMagnitude : firstDeltaY; in isDraggingGesture()