Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSwipeDetector.kt29 fun detectSwipe(change: PointerInputChange): Boolean in detectSwipe() method
36 override fun detectSwipe(change: PointerInputChange): Boolean { in detectSwipe() method in com.android.compose.animation.scene.PassthroughSwipeDetector
DCommunalSwipeDetector.kt45 override fun detectSwipe(change: PointerInputChange): Boolean { in detectSwipe() method in com.android.compose.animation.scene.CommunalSwipeDetector
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt331 private fun detectSwipe(move: MotionEvent): Int { in <lambda>() method
356 private fun detectSwipe(i: Int, time: Long, x: Float, y: Float): Int { in <lambda>() method
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java356 private int detectSwipe(MotionEvent move) { in detectSwipe() method
381 private int detectSwipe(int i, long time, float x, float y) { in detectSwipe() method
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DMultiPointerDraggableTest.kt487 override fun detectSwipe(change: PointerInputChange): Boolean { in <lambda>() method