Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt288 stateLayer.handleInteraction(interaction, scope) in rememberUpdatedRippleInstance()
408 stateLayer.handleInteraction(interaction, scope) in DrawScope()
439 internal fun handleInteraction(interaction: Interaction, scope: CoroutineScope) { in handleInteraction() method in StateLayer