Home
last modified time | relevance | path

Searched defs:updateTarget (Results 1 – 2 of 2) sorted by relevance

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DDeferredTargetAnimation.kt67 public fun updateTarget( in updateTarget() method in androidx.compose.animation.core.DeferredTargetAnimation
DTransition.kt1158 internal fun updateTarget(targetState: S) { in updateTarget() method in Transition