Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextSelectionColors.kt37 class TextSelectionColors(val handleColor: Color, val backgroundColor: Color) { class
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DGroupSizeValidationTests.kt453 private class TextSelectionColors(val handleColor: Color, val backgroundColor: Color) { class