Home
last modified time | relevance | path

Searched defs:MutableState (Results 1 – 5 of 5) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotState.kt98 interface MutableState<T> : State<T> { in getValue() interface
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DAutoboxingStateValuePropertyDetectorTest.kt172 interface MutableState<T> : State<T> { interface
/compose/lint/common/src/main/java/androidx/compose/lint/
DNames.kt43 val MutableState = Name(PackageName, "MutableState") constant
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/junit4/
DMultipleComposeRootsTest.kt46 fun MutableState<ToggleableState>.toggle() { in MutableState() method
/compose/lint/common-test/src/main/java/androidx/compose/lint/test/
DStubs.kt588 interface MutableState<T> : State<T> { in Color() interface