Home
last modified time | relevance | path

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

/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DElevationOverlayTest.kt80 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()
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/modifiers/
DSelectionControllerTest.kt67 private val foregroundColor = Color.Black in <lambda>() constant in androidx.compose.foundation.text.modifiers.SelectionControllerTest
74 get() = foregroundColor.toArgb() in <lambda>()
119 style = TextStyle(color = foregroundColor, fontSize = 48.sp), in <lambda>()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DElevationOverlay.kt71 val foregroundColor = calculateForegroundColor(color, elevation) in apply() constant
72 foregroundColor.compositeOver(color) in apply()
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/platform/
DSpannableExtensionsTest.kt602 it.foregroundColor == Color.Blue.toArgb() in <lambda>()
605 it.foregroundColor == Color.Red.toArgb() in <lambda>()
DAndroidAccessibilitySpannableStringTest.kt118 it.foregroundColor == color.toArgb() in toAccessibilitySpannableString_with_color()
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DHtml.android.kt150 addStyle(SpanStyle(color = Color(span.foregroundColor)), start, end) in addSpan()
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DStatelessInputConnection.android.kt594 SpanStyle(color = Color(this.foregroundColor)) in toAnnotation()