Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateContent.kt44 val initialProgress = replacedTransition?.progress ?: 0f in animateContent() constant
47 Animatable(initialProgress, visibilityThreshold = visibilityThreshold).also { in animateContent()