Searched defs:forEachMiddleInfo (Results 1 – 2 of 2) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | SelectionLayout.kt | 115 fun forEachMiddleInfo(block: (SelectableInfo) -> Unit) in <lambda>() method |
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | SelectionFakes.kt | 254 override fun forEachMiddleInfo(block: (SelectableInfo) -> Unit) { in createSubSelections() method in androidx.compose.foundation.text.selection.FakeSelectionLayout |