Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt115 val color by animateSceneColorAsState(targetValues.color, key = TestValues.Value4) in SceneValues()
319 animateSceneColorAsState(targetValues.color, key = TestValues.Value4) in readingAnimatedStateValueDuringCompositionIsStillPossible()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt194 fun SceneScope.animateSceneColorAsState( in diff() method