Searched refs:animatedState (Results 1 – 1 of 1) sorted by relevance
465 val animatedState = this in unsafeCompositionState() constant466 LaunchedEffect(animatedState) { in unsafeCompositionState()467 snapshotFlow { animatedState.value }.collect { state.value = it } in unsafeCompositionState()