Home
last modified time | relevance | path

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

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DKeyInjectionScope.kt105 fun isKeyDown(key: Key): Boolean in <lambda>() method
133 override fun isKeyDown(key: Key): Boolean = inputDispatcher.isKeyDown(key) in <lambda>() method
DInputDispatcher.kt213 fun isKeyDown(key: Key): Boolean = keyInputState.isKeyDown(key) in createInputDispatcher() method in androidx.compose.ui.test.InputDispatcher
860 fun isKeyDown(key: Key): Boolean = downKeys.contains(key) in isKeyDown() method in KeyInputState