Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt466 val newInteraction = interactions.lastOrNull() in handleInteraction() constant
468 if (currentInteraction != newInteraction) { in handleInteraction()
469 if (newInteraction != null) { in handleInteraction()
478 val incomingAnimationSpec = incomingStateLayerAnimationSpecFor(newInteraction) in handleInteraction()
486 currentInteraction = newInteraction in handleInteraction()