Searched defs:detectSwipe (Results 1 – 5 of 5) sorted by relevance
29 fun detectSwipe(change: PointerInputChange): Boolean in detectSwipe() method36 override fun detectSwipe(change: PointerInputChange): Boolean { in detectSwipe() method in com.android.compose.animation.scene.PassthroughSwipeDetector
45 override fun detectSwipe(change: PointerInputChange): Boolean { in detectSwipe() method in com.android.compose.animation.scene.CommunalSwipeDetector
331 private fun detectSwipe(move: MotionEvent): Int { in <lambda>() method356 private fun detectSwipe(i: Int, time: Long, x: Float, y: Float): Int { in <lambda>() method
356 private int detectSwipe(MotionEvent move) { in detectSwipe() method381 private int detectSwipe(int i, long time, float x, float y) { in detectSwipe() method
487 override fun detectSwipe(change: PointerInputChange): Boolean { in <lambda>() method