Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/androidMain/kotlin/androidx/compose/material/ripple/
DRippleHostView.android.kt285 private var rippleColor: Color? = null variable in UnprojectedRipple
296 if (rippleColor != newColor) { in setColor()
297 rippleColor = newColor in setColor()
DRipple.android.kt143 color = rippleColor, in drawRipples()
161 color = rippleColor, in addRipple()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DRipple.kt138 fun rippleColor(contentColor: Color, lightTheme: Boolean): Color { in rippleColor() method
313 RippleDefaults.rippleColor( in attachNewRipple()
/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt332 val rippleColor: Color constant in RippleNode
390 stateLayer?.run { drawStateLayer(targetRadius, rippleColor) } in draw()
DCommonRipple.kt98 ripples.forEach { _, ripple -> with(ripple) { draw(rippleColor.copy(alpha = alpha)) } } in drawRipples()
/compose/material/material/bcv/native/
D1.7.0.txt551rippleColor(androidx.compose.ui.graphics/Color, kotlin/Boolean): androidx.compose.ui.graphics/Colo…
D1.8.0-beta02.txt615rippleColor(androidx.compose.ui.graphics/Color, kotlin/Boolean): androidx.compose.ui.graphics/Colo…
Dcurrent.txt615rippleColor(androidx.compose.ui.graphics/Color, kotlin/Boolean): androidx.compose.ui.graphics/Colo…
/compose/material/material/api/
Drestricted_1.8.0-beta01.txt666 method public long rippleColor(long contentColor, boolean lightTheme);
D1.7.0-beta01.txt658 method public long rippleColor(long contentColor, boolean lightTheme);
D1.7.0-beta02.txt658 method public long rippleColor(long contentColor, boolean lightTheme);
D1.8.0-beta01.txt666 method public long rippleColor(long contentColor, boolean lightTheme);
Drestricted_1.7.0-beta01.txt658 method public long rippleColor(long contentColor, boolean lightTheme);
Drestricted_1.7.0-beta02.txt658 method public long rippleColor(long contentColor, boolean lightTheme);
Dcurrent.txt667 method public long rippleColor(long contentColor, boolean lightTheme);
Drestricted_current.txt667 method public long rippleColor(long contentColor, boolean lightTheme);