Home
last modified time | relevance | path

Searched refs:detectSwipe (Results 1 – 7 of 7) 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
DMultiPointerDraggable.kt266 if (swipeDetector.detectSwipe(change)) { in detectDragGestures()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt215 val swipe = detectSwipe(ev) in <lambda>()
331 private fun detectSwipe(move: MotionEvent): Int { in <lambda>() method
342 val swipe = detectSwipe(i, time, x, y) in <lambda>()
347 val swipe = detectSwipe(i, move.eventTime, move.getX(p), move.getY(p)) in <lambda>()
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.java238 final int swipe = detectSwipe(event); in onPointerEvent()
356 private int detectSwipe(MotionEvent move) { in detectSwipe() method
367 final int swipe = detectSwipe(i, time, x, y); in detectSwipe()
372 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p)); in detectSwipe()
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
/frameworks/base/services/
Dart-profile3663 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->detectSwipe(IJFF)I