Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureUtils.java73 public static boolean isDraggingGesture(float firstPtrDownX, float firstPtrDownY, in isDraggingGesture() method in GestureUtils
DTouchExplorer.java756 if (isDraggingGesture(event)) { in handleActionMoveStateTouchInteracting()
1008 if (isDraggingGesture(event)) { in handleMotionEventStateDragging()
1161 private boolean isDraggingGesture(MotionEvent event) { in isDraggingGesture() method in TouchExplorer
1173 return GestureUtils.isDraggingGesture(firstPtrDownX, firstPtrDownY, secondPtrDownX, in isDraggingGesture()