Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt331 private fun detectSwipe(move: MotionEvent): Int { regex
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 DSystemGesturesPointerEventListener.java355 private int detectSwipe(MotionEvent move) { in detectSwipe() method
380 private int detectSwipe(int i, long time, float x, float y) { in detectSwipe() method