Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimation.kt202 internal var mutableInitialValue: T = initialValue in TargetBasedAnimation() variable
213 get() = mutableInitialValue in TargetBasedAnimation()
DTransition.kt1411 this.animation.mutableInitialValue = initialValue in updateInitialValue()
1492 animation.mutableInitialValue = initAnim.targetValue in resetAnimationValue()
1503 animation.mutableInitialValue = animationValue in resetAnimationValue()