Searched refs:MutableLongState (Results 1 – 19 of 19) sorted by relevance
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ |
| D | SnapshotLongState.kt | 57 fun mutableLongStateOf(value: Long): MutableLongState = createSnapshotMutableLongState(value) in <lambda>() 92 interface MutableLongState : LongState, MutableState<Long> { in getValue() interface 106 inline operator fun MutableLongState.setValue(thisObj: Any?, property: KProperty<*>, value: Long) { in setValue() 110 internal expect fun createSnapshotMutableLongState(value: Long): MutableLongState in createSnapshotMutableLongState() 121 StateObjectImpl(), MutableLongState, SnapshotMutableState<Long> { in createSnapshotMutableLongState()
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/ |
| D | PrimitiveSnapshotStateTests.kt | 22 import androidx.compose.runtime.MutableLongState 88 kClass = MutableLongState::class, in testCreation_Int() 90 valueProperty = MutableLongState::longValue, in testCreation_Int()
|
| /compose/runtime/runtime/src/nonAndroidMain/kotlin/androidx/compose/runtime/ |
| D | SnapshotLongState.nonAndroid.kt | 19 internal actual fun createSnapshotMutableLongState(value: Long): MutableLongState =
|
| /compose/runtime/runtime/src/androidMain/kotlin/androidx/compose/runtime/ |
| D | SnapshotLongState.android.kt | 23 internal actual fun createSnapshotMutableLongState(value: Long): MutableLongState = in createSnapshotMutableLongState()
|
| /compose/runtime/runtime/bcv/native/ |
| D | 1.7.0.txt | 183 …MutableLongState : androidx.compose.runtime/LongState, androidx.compose.runtime/MutableState<kotli… 184 …abstract var longValue // androidx.compose.runtime/MutableLongState.longValue|<get-longValue>(){}[… 185 …abstract fun <get-longValue>(): kotlin/Long // androidx.compose.runtime/MutableLongState.longValue… 186 …abstract fun <set-longValue>(kotlin/Long) // androidx.compose.runtime/MutableLongState.longValue.<… 187 open var value // androidx.compose.runtime/MutableLongState.value|{}value[0] 188 …open fun <get-value>(): kotlin/Long // androidx.compose.runtime/MutableLongState.value.<get-value>… 189 …open fun <set-value>(kotlin/Long) // androidx.compose.runtime/MutableLongState.value.<set-value>|<… 513 …e.runtime/mutableLongStateOf(kotlin/Long): androidx.compose.runtime/MutableLongState // androidx.c… 530 …MutableLongState).androidx.compose.runtime/setValue(kotlin/Any?, kotlin.reflect/KProperty<*>, kotl…
|
| D | current.txt | 335 …MutableLongState : androidx.compose.runtime/LongState, androidx.compose.runtime/MutableState<kotli… 336 abstract var longValue // androidx.compose.runtime/MutableLongState.longValue|{}longValue[0] 337 …abstract fun <get-longValue>(): kotlin/Long // androidx.compose.runtime/MutableLongState.longValue… 338 …abstract fun <set-longValue>(kotlin/Long) // androidx.compose.runtime/MutableLongState.longValue.<… 339 open var value // androidx.compose.runtime/MutableLongState.value|{}value[0] 340 …open fun <get-value>(): kotlin/Long // androidx.compose.runtime/MutableLongState.value.<get-value>… 341 …open fun <set-value>(kotlin/Long) // androidx.compose.runtime/MutableLongState.value.<set-value>|<… 1073 …e.runtime/mutableLongStateOf(kotlin/Long): androidx.compose.runtime/MutableLongState // androidx.c… 1090 …MutableLongState).androidx.compose.runtime/setValue(kotlin/Any?, kotlin.reflect/KProperty<*>, kotl…
|
| D | 1.8.0-beta02.txt | 347 …MutableLongState : androidx.compose.runtime/LongState, androidx.compose.runtime/MutableState<kotli… 348 abstract var longValue // androidx.compose.runtime/MutableLongState.longValue|{}longValue[0] 349 …abstract fun <get-longValue>(): kotlin/Long // androidx.compose.runtime/MutableLongState.longValue… 350 …abstract fun <set-longValue>(kotlin/Long) // androidx.compose.runtime/MutableLongState.longValue.<… 351 open var value // androidx.compose.runtime/MutableLongState.value|{}value[0] 352 …open fun <get-value>(): kotlin/Long // androidx.compose.runtime/MutableLongState.value.<get-value>… 353 …open fun <set-value>(kotlin/Long) // androidx.compose.runtime/MutableLongState.value.<set-value>|<… 1072 …e.runtime/mutableLongStateOf(kotlin/Long): androidx.compose.runtime/MutableLongState // androidx.c… 1089 …MutableLongState).androidx.compose.runtime/setValue(kotlin/Any?, kotlin.reflect/KProperty<*>, kotl…
|
| /compose/runtime/runtime/api/ |
| D | restricted_1.5.0-beta01.txt | 389 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 532 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 533 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | 1.5.0-beta01.txt | 405 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 545 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 546 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | 1.6.0-beta01.txt | 425 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 573 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 574 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | 1.7.0-beta01.txt | 437 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 586 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 587 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | restricted_1.7.0-beta02.txt | 465 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 618 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 619 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | 1.8.0-beta01.txt | 449 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 619 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 620 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | 1.7.0-beta02.txt | 437 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 586 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 587 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | restricted_1.7.0-beta01.txt | 465 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 618 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 619 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | current.txt | 461 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 631 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 632 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | restricted_1.6.0-beta01.txt | 457 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 609 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 610 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | restricted_current.txt | 502 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 677 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 678 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|
| D | restricted_1.8.0-beta01.txt | 490 …ime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface MutableLongState extends andro… 665 …snapshots.StateFactoryMarker public static androidx.compose.runtime.MutableLongState mutableLongSt… 666 …method public static inline operator void setValue(androidx.compose.runtime.MutableLongState, Obje…
|