Home
last modified time | relevance | path

Searched defs:LocalTextSelectionColors (Results 1 – 2 of 2) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextSelectionColors.kt64 val LocalTextSelectionColors = compositionLocalOf { DefaultTextSelectionColors } in <lambda>() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DGroupSizeValidationTests.kt459 private val LocalTextSelectionColors = staticCompositionLocalOf { TextSelectionColors.Default } in <lambda>() constant