Searched refs:firstDeltaX (Results 1 – 1 of 1) sorted by relevance
78 final float firstDeltaX = firstPtrX - firstPtrDownX; in isDraggingGesture() local81 if (firstDeltaX == 0 && firstDeltaY == 0) { in isDraggingGesture()85 final float firstMagnitude = (float) Math.hypot(firstDeltaX, firstDeltaY); in isDraggingGesture()87 (firstMagnitude > 0) ? firstDeltaX / firstMagnitude : firstDeltaX; in isDraggingGesture()