Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestValues.kt42 val Value3 = ValueKey("Value3") constant
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt78 val dp by animateElementDpAsState(targetValues.dp, key = TestValues.Value3) in Foo()
98 val dp by animateElementDpAsState(targetValues.dp, key = TestValues.Value3) in SceneScope()
114 val dp by animateSceneDpAsState(targetValues.dp, key = TestValues.Value3) in SceneValues()
316 animateSceneDpAsState(targetValues.dp, key = TestValues.Value3) in readingAnimatedStateValueDuringCompositionIsStillPossible()