Searched defs:collapseLeftOr (Results 1 – 2 of 2) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/ | ||
| D | TextPreparedSelection.kt | 159 fun collapseLeftOr(or: TextFieldPreparedSelection.() -> Unit) = applyIfNotEmpty { in <lambda>() method in androidx.compose.foundation.text.input.internal.selection.TextFieldPreparedSelection |
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | TextPreparedSelection.kt | 113 fun collapseLeftOr(or: T.() -> Unit) = apply { in <lambda>() method in androidx.compose.foundation.text.selection.BaseTextPreparedSelection |