Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimation.kt192 internal var mutableTargetValue: T = targetValue in TargetBasedAnimation() variable
216 get() = mutableTargetValue in TargetBasedAnimation()
DTransition.kt1409 this.animation.mutableTargetValue = initialValue in updateInitialValue()
1504 animation.mutableTargetValue = animationValue in resetAnimationValue()