Searched refs:detectSwipe (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
H A D | GesturePointerEventListener.kt | 215 val swipe = detectSwipe(ev) 331 private fun detectSwipe(move: MotionEvent): Int { regex 342 val swipe = detectSwipe(i, time, x, y) 347 val swipe = detectSwipe(i, move.eventTime, move.getX(p), move.getY(p)) 356 private fun detectSwipe(i: Int, time: Long, x: Float, y: Float): Int { regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SystemGesturesPointerEventListener.java | 237 final int swipe = detectSwipe(event); in onPointerEvent() 355 private int detectSwipe(MotionEvent move) { in detectSwipe() method 366 final int swipe = detectSwipe(i, time, x, y); in detectSwipe() 371 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p)); in detectSwipe() 380 private int detectSwipe(int i, long time, float x, float y) { in detectSwipe() method
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 11361 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->detectSwipe(IJFF)I 11362 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->detectSwipe(Landroid/view/MotionEvent…
|