Searched defs:createSubSelections (Results 1 – 2 of 2) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | SelectionLayout.kt | 136 fun createSubSelections(selection: Selection): LongObjectMap<Selection> in <lambda>() method |
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | SelectionFakes.kt | 252 override fun createSubSelections(selection: Selection): LongObjectMap<Selection> = subSelections in createSubSelections() method in androidx.compose.foundation.text.selection.FakeSelectionLayout |