Home
last modified time | relevance | path

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

/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/util/
DPointerInputs.kt77 class SinglePointerInputRecorder : PointerInputModifier { class
140 val SinglePointerInputRecorder.downEvents constant
143 val SinglePointerInputRecorder.recordedDurationMillis: Long constant
149 fun SinglePointerInputRecorder.assertTimestampsAreIncreasing() { in SinglePointerInputRecorder() method
171 fun SinglePointerInputRecorder.assertOnlyLastEventIsUp() { in SinglePointerInputRecorder() method
177 fun SinglePointerInputRecorder.assertUpSameAsLastMove() { in SinglePointerInputRecorder() method
185 fun SinglePointerInputRecorder.assertSinglePointer() { in assertSinglePointer() method
189 fun SinglePointerInputRecorder.verifyEvents(vararg verifiers: DataPoint.() -> Unit) { in SinglePointerInputRecorder() method
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DSwipeDirectionTest.kt230 private fun SinglePointerInputRecorder.assertSwipeIsUp() { in SinglePointerInputRecorder() method
240 private fun SinglePointerInputRecorder.assertSwipeIsDown() { in SinglePointerInputRecorder() method
250 private fun SinglePointerInputRecorder.assertSwipeIsLeft() { in SinglePointerInputRecorder() method
260 private fun SinglePointerInputRecorder.assertSwipeIsRight() { in SinglePointerInputRecorder() method
DClickTest.kt98 private fun SinglePointerInputRecorder.assertIsClick(position: Offset) { in SinglePointerInputRecorder() method
DDoubleClickTest.kt122 private fun SinglePointerInputRecorder.assertIsDoubleClick(position: Offset) { in SinglePointerInputRecorder() method
DLongClickTest.kt132 private fun SinglePointerInputRecorder.assertIsLongClick(position: Offset) { in <lambda>() method
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/gesturescope/
DSendSwipeTest.kt309 private fun SinglePointerInputRecorder.assertSwipeIsUp() { in SinglePointerInputRecorder() method
319 private fun SinglePointerInputRecorder.assertSwipeIsDown() { in SinglePointerInputRecorder() method
329 private fun SinglePointerInputRecorder.assertSwipeIsLeft() { in SinglePointerInputRecorder() method
339 private fun SinglePointerInputRecorder.assertSwipeIsRight() { in SinglePointerInputRecorder() method