Home
last modified time | relevance | path

Searched refs:mutableLongStateOf (Results 1 – 23 of 23) sorted by relevance

/compose/runtime/runtime/src/androidInstrumentedTest/kotlin/androidx/compose/runtime/snapshots/
DParcelablePrimitiveMutableStateTests.kt24 import androidx.compose.runtime.mutableLongStateOf
40 val state = mutableLongStateOf(0L) in saveAndRestoreMutableLongState()
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/
DPrimitiveSnapshotStateTests.kt26 import androidx.compose.runtime.mutableLongStateOf
89 creator = ::mutableLongStateOf, in testCreation_Int()
DSnapshotStateExtensionsTests.kt26 import androidx.compose.runtime.mutableLongStateOf in <lambda>()
90 val state = mutableLongStateOf(1000L) in <lambda>()
DSnapshotTests.kt27 import androidx.compose.runtime.mutableLongStateOf in <lambda>()
1275 { mutableLongStateOf(1L) }, in <lambda>()
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotLongState.kt57 fun mutableLongStateOf(value: Long): MutableLongState = createSnapshotMutableLongState(value) in <lambda>() method
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DTransition.kt34 import androidx.compose.runtime.mutableLongStateOf in <lambda>()
937 private var _playTimeNanos by mutableLongStateOf(0L)
957 internal var startTimeNanos by mutableLongStateOf(AnimationConstants.UnspecifiedTime)
1359 internal var durationNanos by mutableLongStateOf(animation.durationNanos)
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/suspendfun/
DOffsetKeyframeSplinePlaygroundDemo.kt47 import androidx.compose.runtime.mutableLongStateOf in <lambda>()
142 private var modificationIndicator by mutableLongStateOf(0L)
/compose/animation/animation-core/src/androidInstrumentedTest/kotlin/androidx/compose/animation/core/
DSeekableTransitionStateTest.kt40 import androidx.compose.runtime.mutableLongStateOf in <lambda>()
154 var duration by mutableLongStateOf(0) in <lambda>()
/compose/runtime/runtime/bcv/native/
D1.7.0.txt513 …ntime/mutableLongStateOf(kotlin/Long): androidx.compose.runtime/MutableLongState // androidx.compo…
Dcurrent.txt1073 …ntime/mutableLongStateOf(kotlin/Long): androidx.compose.runtime/MutableLongState // androidx.compo…
D1.8.0-beta02.txt1072 …ntime/mutableLongStateOf(kotlin/Long): androidx.compose.runtime/MutableLongState // androidx.compo…
/compose/runtime/runtime/api/
Drestricted_1.5.0-beta01.txt532 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
D1.5.0-beta01.txt545 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
D1.6.0-beta01.txt573 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
D1.7.0-beta01.txt586 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
Drestricted_1.7.0-beta02.txt618 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
D1.8.0-beta01.txt619 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
D1.7.0-beta02.txt586 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
Drestricted_1.7.0-beta01.txt618 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
Dcurrent.txt631 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
Drestricted_1.6.0-beta01.txt609 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
Drestricted_current.txt677 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);
Drestricted_1.8.0-beta01.txt665 …ctoryMarker public static androidx.compose.runtime.MutableLongState mutableLongStateOf(long value);