Home
last modified time | relevance | path

Searched refs:SnapshotMutableState (Results 1 – 25 of 72) sorted by relevance

123

/compose/runtime/runtime-saveable/src/commonMain/kotlin/androidx/compose/runtime/saveable/
DRememberSaveable.kt29 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>()
207 require(state is SnapshotMutableState<T>) { in mutableStateSaver()
222 require(it is SnapshotMutableState<Any?>) in mutableStateSaver()
235 if (value is SnapshotMutableState<*>) { in requireCanBeSaved()
/compose/runtime/runtime/src/nonAndroidMain/kotlin/androidx/compose/runtime/
DSnapshotState.nonAndroid.kt19 import androidx.compose.runtime.snapshots.SnapshotMutableState
24 ): SnapshotMutableState<T> = SnapshotMutableStateImpl(value, policy)
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotState.kt25 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>()
120 ): SnapshotMutableState<T> in createSnapshotMutableState()
135 ) : StateObjectImpl(), SnapshotMutableState<T> { in createSnapshotMutableState()
DSnapshotDoubleState.kt28 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>()
128 StateObjectImpl(), MutableDoubleState, SnapshotMutableState<Double> { in createSnapshotMutableDoubleState()
DSnapshotFloatState.kt28 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>()
126 StateObjectImpl(), MutableFloatState, SnapshotMutableState<Float> { in createSnapshotMutableFloatState()
DSnapshotLongState.kt27 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>()
121 StateObjectImpl(), MutableLongState, SnapshotMutableState<Long> { in createSnapshotMutableLongState()
DSnapshotIntState.kt27 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>()
125 StateObjectImpl(), MutableIntState, SnapshotMutableState<Int> { in createSnapshotMutableIntState()
/compose/runtime/runtime/src/androidMain/kotlin/androidx/compose/runtime/
DSnapshotState.android.kt22 import androidx.compose.runtime.snapshots.SnapshotMutableState
27 ): SnapshotMutableState<T> = ParcelableSnapshotMutableState(value, policy) in createSnapshotMutableState()
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DDisposableSaveableStateRegistry.android.kt31 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>()
110 if (value is SnapshotMutableState<*>) { in canBeSavedToBundle()
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotMutableState.kt39 interface SnapshotMutableState<T> : MutableState<T> { interface
/compose/runtime/runtime/src/androidInstrumentedTest/kotlin/androidx/compose/runtime/snapshots/
DParcelableMutableStateTests.kt43 parcel.readParcelable<Parcelable>(javaClass.classLoader) as SnapshotMutableState<Int> in saveAndRestoreTheMutableStateOf()
/compose/runtime/runtime/bcv/native/
D1.7.0.txt40 …ime.snapshots/SnapshotMutableState : androidx.compose.runtime/MutableState<#A> { // androidx.compo…
41 … abstract val policy // androidx.compose.runtime.snapshots/SnapshotMutableState.policy|{}policy[0]
42 …/SnapshotMutationPolicy<#A> // androidx.compose.runtime.snapshots/SnapshotMutableState.policy.<get…
Dcurrent.txt146 …ime.snapshots/SnapshotMutableState : androidx.compose.runtime/MutableState<#A> { // androidx.compo…
147 … abstract val policy // androidx.compose.runtime.snapshots/SnapshotMutableState.policy|{}policy[0]
148 …/SnapshotMutationPolicy<#A> // androidx.compose.runtime.snapshots/SnapshotMutableState.policy.<get…
D1.8.0-beta02.txt158 …ime.snapshots/SnapshotMutableState : androidx.compose.runtime/MutableState<#A> { // androidx.compo…
159 … abstract val policy // androidx.compose.runtime.snapshots/SnapshotMutableState.policy|{}policy[0]
160 …/SnapshotMutationPolicy<#A> // androidx.compose.runtime.snapshots/SnapshotMutableState.policy.<get…
/compose/runtime/runtime/api/
Drestricted_1.0.0-beta03.txt576 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
Drestricted_1.0.0-beta04.txt576 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
Drestricted_1.0.0-beta05.txt579 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
Drestricted_1.0.0-beta02.txt572 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
D1.0.0-beta03.txt628 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
Drestricted_1.0.0-beta06.txt645 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
D1.0.0-beta06.txt644 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
Drestricted_1.0.0-beta07.txt658 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
D1.0.0-beta02.txt624 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
D1.0.0-beta04.txt628 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
D1.0.0-beta07.txt656 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {

123