Home
last modified time | relevance | path

Searched refs:TestValues (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()
77 val float by animateElementFloatAsState(targetValues.float, key = TestValues.Value2) in Foo()
78 val dp by animateElementDpAsState(targetValues.dp, key = TestValues.Value3) in Foo()
79 val color by animateElementColorAsState(targetValues.color, key = TestValues.Value4) in Foo()
96 val int by animateElementIntAsState(targetValues.int, key = TestValues.Value1) in SceneScope()
97 val float by animateElementFloatAsState(targetValues.float, key = TestValues.Value2) in SceneScope()
98 val dp by animateElementDpAsState(targetValues.dp, key = TestValues.Value3) in SceneScope()
99 val color by animateElementColorAsState(targetValues.color, key = TestValues.Value4) in SceneScope()
112 val int by animateSceneIntAsState(targetValues.int, key = TestValues.Value1) in SceneValues()
113 val float by animateSceneFloatAsState(targetValues.float, key = TestValues.Value2) in SceneValues()
[all …]
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.kt39 object TestValues { object