Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DMaterialTheme.kt211 backgroundColor = primaryColor.copy(alpha = TextSelectionBackgroundOpacity), in rememberTextSelectionColors()
217 internal const val TextSelectionBackgroundOpacity = 0.4f constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DTextSelectionColorsScreenshotTest.kt81 .isEqualTo(lightPrimary.copy(alpha = TextSelectionBackgroundOpacity)) in rememberTextSelectionColors()
83 .isEqualTo(darkPrimary.copy(alpha = TextSelectionBackgroundOpacity)) in rememberTextSelectionColors()
DOutlinedTextFieldTest.kt1807 alpha = TextSelectionBackgroundOpacity in <lambda>()
DTextFieldTest.kt1956 alpha = TextSelectionBackgroundOpacity in <lambda>()