Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestValues.kt43 val Value4 = ValueKey("Value4") constant
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt79 val color by animateElementColorAsState(targetValues.color, key = TestValues.Value4) in Foo()
99 val color by animateElementColorAsState(targetValues.color, key = TestValues.Value4) in SceneScope()
115 val color by animateSceneColorAsState(targetValues.color, key = TestValues.Value4) in SceneValues()
319 animateSceneColorAsState(targetValues.color, key = TestValues.Value4) in readingAnimatedStateValueDuringCompositionIsStillPossible()