Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt437 private var currentInteraction: Interaction? = null variable in StateLayer
468 if (currentInteraction != newInteraction) { in handleInteraction()
482 val outgoingAnimationSpec = outgoingStateLayerAnimationSpecFor(currentInteraction) in handleInteraction()
486 currentInteraction = newInteraction in handleInteraction()