Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotIntState.kt57 fun mutableIntStateOf(value: Int): MutableIntState = createSnapshotMutableIntState(value) in <lambda>() method
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DAutoboxingStateValuePropertyDetectorTest.kt165 fun mutableIntStateOf(initialValue: Int): MutableIntState = method