Home
last modified time | relevance | path

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

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DKeyInjectionScope.kt88 fun keyDown(key: Key) in <lambda>() method
123 override fun keyDown(key: Key) { in <lambda>() method
/compose/ui/ui-test/src/androidUnitTest/kotlin/androidx/compose/ui/test/inputdispatcher/
DKeyAndMouseEventsTest.kt54 private const val keyDown = KeyEvent.ACTION_DOWN in <lambda>() constant
DKeyEventsTest.kt45 private const val keyDown = KeyEvent.ACTION_DOWN in <lambda>() constant