Home
last modified time | relevance | path

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

/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()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt207 fun ElementScope<*>.animateElementColorAsState( in animateElementColorAsState() method