Home
last modified time | relevance | path

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

/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DTextSelectionColorsScreenshotTest.kt64 fun rememberTextSelectionColors() { in rememberTextSelectionColors() method
74 lightTextSelectionColors = rememberTextSelectionColors(lightColorScheme) in rememberTextSelectionColors()
75 darkTextSelectionColors = rememberTextSelectionColors(darkColorScheme) in rememberTextSelectionColors()
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DMaterialTextSelectionColorsScreenshotTest.kt65 fun rememberTextSelectionColors() { in rememberTextSelectionColors() method in androidx.compose.material.MaterialTextSelectionColorsScreenshotTest
75 lightTextSelectionColors = rememberTextSelectionColors(lightColors) in rememberTextSelectionColors()
76 darkTextSelectionColors = rememberTextSelectionColors(darkColors) in rememberTextSelectionColors()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DMaterialTheme.kt97 val selectionColors = rememberTextSelectionColors(colorScheme) in MaterialTheme()
206 internal fun rememberTextSelectionColors(colorScheme: ColorScheme): TextSelectionColors { in rememberTextSelectionColors() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DMaterialTheme.kt72 val selectionColors = rememberTextSelectionColors(rememberedColors) in MaterialTheme()
DMaterialTextSelectionColors.kt36 internal fun rememberTextSelectionColors(colors: Colors): TextSelectionColors { in rememberTextSelectionColors() method