Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DMovableContentTests.kt733 val content = movableContentOf { DisplayInt(displayValue) } in <lambda>()
737 validate { Stack(isHorizontal) { Row { DisplayInt(displayValue) } } } in <lambda>()
1885 private fun DisplayInt(value: State<Int>) { in DisplayInt() method
1889 private fun MockViewValidator.DisplayInt(value: State<Int>) { in DisplayInt() method