Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java195 final int swipe = detectSwipe(event); in onPointerEvent()
269 private int detectSwipe(MotionEvent move) { in detectSwipe() method
280 final int swipe = detectSwipe(i, time, x, y); in detectSwipe()
285 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p)); in detectSwipe()
294 private int detectSwipe(int i, long time, float x, float y) { in detectSwipe() method
/aosp12/frameworks/base/services/
H A Dart-profile48096 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->detectSwipe(IJFF)I
48097 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->detectSwipe(Landroid/view/MotionEvent…