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

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

Completed in 674 milliseconds