Home
last modified time | relevance | path

Searched refs:MutableLongState (Results 1 – 19 of 19) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotLongState.kt57 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/
DPrimitiveSnapshotStateTests.kt22 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/
DSnapshotLongState.nonAndroid.kt19 internal actual fun createSnapshotMutableLongState(value: Long): MutableLongState =
/compose/runtime/runtime/src/androidMain/kotlin/androidx/compose/runtime/
DSnapshotLongState.android.kt23 internal actual fun createSnapshotMutableLongState(value: Long): MutableLongState = in createSnapshotMutableLongState()
/compose/runtime/runtime/bcv/native/
D1.7.0.txt183MutableLongState : 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…
530MutableLongState).androidx.compose.runtime/setValue(kotlin/Any?, kotlin.reflect/KProperty<*>, kotl…
Dcurrent.txt335MutableLongState : 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…
1090MutableLongState).androidx.compose.runtime/setValue(kotlin/Any?, kotlin.reflect/KProperty<*>, kotl…
D1.8.0-beta02.txt347MutableLongState : 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…
1089MutableLongState).androidx.compose.runtime/setValue(kotlin/Any?, kotlin.reflect/KProperty<*>, kotl…
/compose/runtime/runtime/api/
Drestricted_1.5.0-beta01.txt389 …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…
D1.5.0-beta01.txt405 …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…
D1.6.0-beta01.txt425 …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…
D1.7.0-beta01.txt437 …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…
Drestricted_1.7.0-beta02.txt465 …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…
D1.8.0-beta01.txt449 …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…
D1.7.0-beta02.txt437 …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…
Drestricted_1.7.0-beta01.txt465 …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…
Dcurrent.txt461 …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…
Drestricted_1.6.0-beta01.txt457 …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…
Drestricted_current.txt502 …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…
Drestricted_1.8.0-beta01.txt490 …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…