Searched refs:animateElementDpAsState (Results 1 – 3 of 3) sorted by relevance
78 val dp by animateElementDpAsState(targetValues.dp, key = TestValues.Value3) in Foo()98 val dp by animateElementDpAsState(targetValues.dp, key = TestValues.Value3) in SceneScope()
129 val offset by animateElementDpAsState(childOffset, TestValues.Value1) in SceneScope()
167 fun ElementScope<*>.animateElementDpAsState( in animateElementDpAsState() method