Home
last modified time | relevance | path

Searched defs:selectionBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/compose/material/material/src/androidUnitTest/kotlin/androidx/compose/material/
DTextSelectionBackgroundColorTest.kt128 val selectionBackgroundColor = in assertContrastRatio() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DCoreTextField.kt220 val selectionBackgroundColor = LocalTextSelectionColors.current.backgroundColor constant
895 var selectionBackgroundColor = Color.Unspecified variable in androidx.compose.foundation.text.LegacyTextFieldState
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldCoreModifier.kt475 val selectionBackgroundColor = currentValueOf(LocalTextSelectionColors).backgroundColor in DrawScope() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DGroupSizeValidationTests.kt413 var selectionBackgroundColor: Color = Color.Unspecified variable in TextState