Searched refs:animateElementFloatAsState (Results 1 – 3 of 3) sorted by relevance
77 val float by animateElementFloatAsState(targetValues.float, key = TestValues.Value2) in Foo()97 val float by animateElementFloatAsState(targetValues.float, key = TestValues.Value2) in SceneScope()
66 import com.android.compose.animation.scene.animateElementFloatAsState in <lambda>()369 val animatedScale by animateElementFloatAsState(scale, ClockScale, canOverflow = false) in SceneScope()
127 fun ElementScope<*>.animateElementFloatAsState( in animateElementFloatAsState() method