Home
last modified time | relevance | path

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

/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()
DSceneTransitionLayoutTest.kt129 val offset by animateElementDpAsState(childOffset, TestValues.Value1) in SceneScope()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt167 fun ElementScope<*>.animateElementDpAsState( in animateElementDpAsState() method