Searched refs:animateElementValueAsState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | AnimateSharedAsState.kt | 92 return animateElementValueAsState(value, key, SharedIntType, canOverflow) in animateElementIntAsState() 132 return animateElementValueAsState(value, key, SharedFloatType, canOverflow) in animateElementFloatAsState() 172 return animateElementValueAsState(value, key, SharedDpType, canOverflow) in animateElementDpAsState() 211 return animateElementValueAsState(value, key, SharedColorType, canOverflow = false) in animateElementColorAsState()
|
D | MovableElement.kt | 77 override fun <T> animateElementValueAsState( in animateElementValueAsState() method in com.android.compose.animation.scene.BaseElementScope
|
D | SceneTransitionLayout.kt | 353 fun <T> animateElementValueAsState( in lerp() method
|