Home
last modified time | relevance | path

Searched refs:firstMagnitude (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureUtils.java85 final float firstMagnitude = (float) Math.hypot(firstDeltaX, firstDeltaY); in isDraggingGesture() local
87 (firstMagnitude > 0) ? firstDeltaX / firstMagnitude : firstDeltaX; in isDraggingGesture()
89 (firstMagnitude > 0) ? firstDeltaY / firstMagnitude : firstDeltaY; in isDraggingGesture()