Searched refs:foregroundColor (Results 1 – 7 of 7) sorted by relevance
80 foregroundColor = colors.onSurface in initElevation()131 foregroundColor = customContentColor in correctElevationOverlayWithCustomContentColor()221 private fun calculateTestSurfaceColor(surfaceColor: Color, foregroundColor: Color): Color { in calculateTestSurfaceColor()222 return foregroundColor.copy(expectedOverlayAlpha).compositeOver(surfaceColor) in calculateTestSurfaceColor()
67 private val foregroundColor = Color.Black in <lambda>() constant in androidx.compose.foundation.text.modifiers.SelectionControllerTest74 get() = foregroundColor.toArgb() in <lambda>()119 style = TextStyle(color = foregroundColor, fontSize = 48.sp), in <lambda>()
71 val foregroundColor = calculateForegroundColor(color, elevation) in apply() constant72 foregroundColor.compositeOver(color) in apply()
602 it.foregroundColor == Color.Blue.toArgb() in <lambda>()605 it.foregroundColor == Color.Red.toArgb() in <lambda>()
118 it.foregroundColor == color.toArgb() in toAccessibilitySpannableString_with_color()
150 addStyle(SpanStyle(color = Color(span.foregroundColor)), start, end) in addSpan()
594 SpanStyle(color = Color(this.foregroundColor)) in toAnnotation()