Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutItemAnimation.kt147 val animationTarget = placementDeltaAnimation.value - totalDelta in animatePlacementDelta() constant
148 placementDeltaAnimation.animateTo(animationTarget, finalSpec) { in animatePlacementDelta()
150 placementDelta = value - animationTarget in animatePlacementDelta()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwipeable.kt126 private val animationTarget = mutableStateOf<Float?>(null) constant
162 val animationTargetValue = animationTarget.value in processNewAnchors()
214 animationTarget.value = target in animateInternalToOffset()
222 animationTarget.value = null in animateInternalToOffset()
240 animationTarget.value