Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectable.kt47 fun appendSelectableInfoToBuilder(builder: SelectionLayoutBuilder) method
DMultiWidgetSelectionDelegate.kt79 override fun appendSelectableInfoToBuilder(builder: SelectionLayoutBuilder) { in appendSelectableInfoToBuilder() method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionFakes.kt320 override fun appendSelectableInfoToBuilder(builder: SelectionLayoutBuilder) { in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.FakeSelectable