Searched defs:mutableIntStateOf (Results 1 – 2 of 2) sorted by relevance
57 fun mutableIntStateOf(value: Int): MutableIntState = createSnapshotMutableIntState(value) in <lambda>() method
165 fun mutableIntStateOf(initialValue: Int): MutableIntState = method