Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestValues.kt41 val Value2 = ValueKey("Value2") constant
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt77 val float by animateElementFloatAsState(targetValues.float, key = TestValues.Value2) in Foo()
97 val float by animateElementFloatAsState(targetValues.float, key = TestValues.Value2) in SceneScope()
113 val float by animateSceneFloatAsState(targetValues.float, key = TestValues.Value2) in SceneValues()
313 animateSceneFloatAsState(targetValues.float, key = TestValues.Value2) in readingAnimatedStateValueDuringCompositionIsStillPossible()