Home
last modified time | relevance | path

Searched refs:animateElementIntAsState (Results 1 – 2 of 2) 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()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt87 fun ElementScope<*>.animateElementIntAsState( in animateElementIntAsState() method