Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt281 private val stateLayer = StateLayer(bounded) { rippleAlpha.value } in rememberUpdatedRippleInstance() constant
288 stateLayer.handleInteraction(interaction, scope) in rememberUpdatedRippleInstance()
292 with(stateLayer) { in rememberUpdatedRippleInstance()
322 private var stateLayer: StateLayer? = null variable in RippleNode
390 stateLayer?.run { drawStateLayer(targetRadius, rippleColor) } in draw()
401 val stateLayer = in DrawScope() constant
402 stateLayer in DrawScope()
406 stateLayer = instance in DrawScope()
408 stateLayer.handleInteraction(interaction, scope) in DrawScope()