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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DGestureUtils.java48 public static boolean isDraggingGesture(float firstPtrDownX, float firstPtrDownY, method in class:GestureUtils
H A DTouchExplorer.java578 if (isDraggingGesture(event)) {
675 if (isDraggingGesture(event)) {
1044 private boolean isDraggingGesture(MotionEvent event) { method in class:TouchExplorer
1057 return GestureUtils.isDraggingGesture(firstPtrDownX, firstPtrDownY, secondPtrDownX,

Completed in 54 milliseconds