Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutState.kt278 private var interruptionDecay: Animatable<Float, AnimationVector1D>? = null variable in com.android.compose.animation.scene.TransitionState.Transition
340 val animatable = interruptionDecay ?: create().also { interruptionDecay = it } in interruptionProgress()