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

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

Completed in 717 milliseconds