Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateToScene.kt157 val targetProgress = if (reversed) 0f else 1f in CoroutineScope() constant
201 animatable.animateTo(targetProgress, animationSpec, initialVelocity) in CoroutineScope()