Home
last modified time | relevance | path

Searched defs:selectableGroup (Results 1 – 3 of 3) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/selection/
DSelectableGroup.kt30 @Stable fun Modifier.selectableGroup() = this.semantics { selectableGroup() } in <lambda>() method
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DSegmentedButtonTest.kt177 val selectableGroup = semanticsNode.config.getOrNull(SemanticsProperties.SelectableGroup) in selectableSegmentedButton_semantics() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt1132 fun SemanticsPropertyReceiver.selectableGroup() { in SemanticsPropertyReceiver() method