Searched defs:selectableGroup (Results 1 – 3 of 3) sorted by relevance
30 @Stable fun Modifier.selectableGroup() = this.semantics { selectableGroup() } in <lambda>() method
177 val selectableGroup = semanticsNode.config.getOrNull(SemanticsProperties.SelectableGroup) in selectableSegmentedButton_semantics() constant
1132 fun SemanticsPropertyReceiver.selectableGroup() { in SemanticsPropertyReceiver() method