Home
last modified time | relevance | path

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

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DKeyInjectionScope.kt55 interface KeyInjectionScope : InjectionScope { in <lambda>() interface
145 fun KeyInjectionScope.pressKey( in pressKey() method
163 fun KeyInjectionScope.withKeyDown(key: Key, block: KeyInjectionScope.() -> Unit) { in withKeyDown() method
183 fun KeyInjectionScope.withKeysDown(keys: List<Key>, block: KeyInjectionScope.() -> Unit) { in KeyInjectionScope() method
202 fun KeyInjectionScope.withKeyToggled(key: Key, block: KeyInjectionScope.() -> Unit) { in withKeyToggled() method
221 fun KeyInjectionScope.withKeysToggled(keys: List<Key>, block: KeyInjectionScope.() -> Unit) { in KeyInjectionScope() method
236 val KeyInjectionScope.isFnDown: Boolean constant
245 val KeyInjectionScope.isCtrlDown: Boolean constant
254 val KeyInjectionScope.isAltDown: Boolean constant
263 val KeyInjectionScope.isMetaDown: Boolean constant
[all …]
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DCombinedClickableTest.kt2511 private fun KeyInjectionScope.longPressKey(key: Key) { in longPressKey() method