Home
last modified time | relevance | path

Searched defs:One (Results 1 – 4 of 4) sorted by relevance

/compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/input/key/
DKey.commonStubs.kt32 actual val One: Key = implementedInJetBrainsFork() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/input/key/
DKey.android.kt193 actual val One = Key(KeyEvent.KEYCODE_1) constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DCompositionTests.kt605 fun One(first: Int) { in <lambda>() method
609 fun MockViewValidator.One(first: Int) { in <lambda>() method
637 fun One(first: Int) { in <lambda>() method
641 fun MockViewValidator.One(first: Int) { in <lambda>() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/key/
DKey.kt187 val One: Key constant