Home
last modified time | relevance | path

Searched refs:InputEventRecorder (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-test/src/androidUnitTest/kotlin/androidx/compose/ui/test/inputdispatcher/
DInputDispatcherTest.kt30 import androidx.compose.ui.test.util.InputEventRecorder
40 internal val recorder = InputEventRecorder()
/compose/ui/ui-test/src/androidCommonTest/kotlin/androidx/compose/ui/test/util/
DInputEventRecorder.kt23 internal class InputEventRecorder { class
DVerifications.kt54 internal fun InputEventRecorder.assertHasValidEventTimes() { in assertHasValidEventTimes()