Home
last modified time | relevance | path

Searched refs:Value1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt76 val int by animateElementIntAsState(targetValues.int, key = TestValues.Value1) in Foo()
96 val int by animateElementIntAsState(targetValues.int, key = TestValues.Value1) in SceneScope()
112 val int by animateSceneIntAsState(targetValues.int, key = TestValues.Value1) in SceneValues()
295 fromSceneContent = { animateSceneIntAsState(0, TestValues.Value1).value }, in readingAnimatedStateValueDuringCompositionThrows()
310 animateSceneIntAsState(targetValues.int, key = TestValues.Value1) in readingAnimatedStateValueDuringCompositionIsStillPossible()
DSceneTransitionLayoutTest.kt129 val offset by animateElementDpAsState(childOffset, TestValues.Value1) in SceneScope()
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestValues.kt40 val Value1 = ValueKey("Value1") constant