Searched refs:isDraggingGesture (Results 1 – 2 of 2) sorted by relevance
73 public static boolean isDraggingGesture(float firstPtrDownX, float firstPtrDownY, in isDraggingGesture() method in GestureUtils
756 if (isDraggingGesture(event)) { in handleActionMoveStateTouchInteracting()1008 if (isDraggingGesture(event)) { in handleMotionEventStateDragging()1161 private boolean isDraggingGesture(MotionEvent event) { in isDraggingGesture() method in TouchExplorer1173 return GestureUtils.isDraggingGesture(firstPtrDownX, firstPtrDownY, secondPtrDownX, in isDraggingGesture()