Searched refs:SnapshotMutableState (Results 1 – 25 of 72) sorted by relevance
123
| /compose/runtime/runtime-saveable/src/commonMain/kotlin/androidx/compose/runtime/saveable/ |
| D | RememberSaveable.kt | 29 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/ |
| D | SnapshotState.nonAndroid.kt | 19 import androidx.compose.runtime.snapshots.SnapshotMutableState 24 ): SnapshotMutableState<T> = SnapshotMutableStateImpl(value, policy)
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ |
| D | SnapshotState.kt | 25 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>() 120 ): SnapshotMutableState<T> in createSnapshotMutableState() 135 ) : StateObjectImpl(), SnapshotMutableState<T> { in createSnapshotMutableState()
|
| D | SnapshotDoubleState.kt | 28 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>() 128 StateObjectImpl(), MutableDoubleState, SnapshotMutableState<Double> { in createSnapshotMutableDoubleState()
|
| D | SnapshotFloatState.kt | 28 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>() 126 StateObjectImpl(), MutableFloatState, SnapshotMutableState<Float> { in createSnapshotMutableFloatState()
|
| D | SnapshotLongState.kt | 27 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>() 121 StateObjectImpl(), MutableLongState, SnapshotMutableState<Long> { in createSnapshotMutableLongState()
|
| D | SnapshotIntState.kt | 27 import androidx.compose.runtime.snapshots.SnapshotMutableState in <lambda>() 125 StateObjectImpl(), MutableIntState, SnapshotMutableState<Int> { in createSnapshotMutableIntState()
|
| /compose/runtime/runtime/src/androidMain/kotlin/androidx/compose/runtime/ |
| D | SnapshotState.android.kt | 22 import androidx.compose.runtime.snapshots.SnapshotMutableState 27 ): SnapshotMutableState<T> = ParcelableSnapshotMutableState(value, policy) in createSnapshotMutableState()
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | DisposableSaveableStateRegistry.android.kt | 31 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/ |
| D | SnapshotMutableState.kt | 39 interface SnapshotMutableState<T> : MutableState<T> { interface
|
| /compose/runtime/runtime/src/androidInstrumentedTest/kotlin/androidx/compose/runtime/snapshots/ |
| D | ParcelableMutableStateTests.kt | 43 parcel.readParcelable<Parcelable>(javaClass.classLoader) as SnapshotMutableState<Int> in saveAndRestoreTheMutableStateOf()
|
| /compose/runtime/runtime/bcv/native/ |
| D | 1.7.0.txt | 40 …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…
|
| D | current.txt | 146 …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…
|
| D | 1.8.0-beta02.txt | 158 …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/ |
| D | restricted_1.0.0-beta03.txt | 576 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | restricted_1.0.0-beta04.txt | 576 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | restricted_1.0.0-beta05.txt | 579 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | restricted_1.0.0-beta02.txt | 572 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | 1.0.0-beta03.txt | 628 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | restricted_1.0.0-beta06.txt | 645 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | 1.0.0-beta06.txt | 644 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | restricted_1.0.0-beta07.txt | 658 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | 1.0.0-beta02.txt | 624 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | 1.0.0-beta04.txt | 628 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
| D | 1.0.0-beta07.txt | 656 public interface SnapshotMutableState<T> extends androidx.compose.runtime.MutableState<T> {
|
123