Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt465 val animatedState = this in unsafeCompositionState() constant
466 LaunchedEffect(animatedState) { in unsafeCompositionState()
467 snapshotFlow { animatedState.value }.collect { state.value = it } in unsafeCompositionState()