Home
last modified time | relevance | path

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

/tv/tv-material/src/main/java/androidx/tv/material3/
DMaterialTheme.kt97 val primaryColor = colorScheme.primary in rememberTextSelectionColors() constant
98 return remember(primaryColor) { in rememberTextSelectionColors()
100 handleColor = primaryColor, in rememberTextSelectionColors()
101 backgroundColor = primaryColor.copy(alpha = TextSelectionBackgroundOpacity) in rememberTextSelectionColors()