Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt482 val outgoingAnimationSpec = outgoingStateLayerAnimationSpecFor(currentInteraction) in handleInteraction()
519 private fun outgoingStateLayerAnimationSpecFor(interaction: Interaction?): AnimationSpec<Float> { in outgoingStateLayerAnimationSpecFor() method