Home
last modified time | relevance | path

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

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewOnItemTouchListenerTest.kt224 data class MotionEventItem(val eventTime: Long, val action: Int, val x: Float, val y: Float) class
226 private fun MotionEventItem.toMotionEvent(): MotionEvent = in toMotionEvent() method
229 private fun MotionEventItem.toCancelledVersion() = copy(action = ACTION_CANCEL) in toMotionEvent() method