Home
last modified time | relevance | path

Searched defs:shouldRecomputeSelection (Results 1 – 2 of 2) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionLayout.kt129 fun shouldRecomputeSelection(other: SelectionLayout?): Boolean in <lambda>() method
199 override fun shouldRecomputeSelection(other: SelectionLayout?): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.MultiSelectionLayout
369 override fun shouldRecomputeSelection(other: SelectionLayout?): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.SingleSelectionLayout
669 fun shouldRecomputeSelection(other: SelectableInfo): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.SelectableInfo
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionFakes.kt249 private val shouldRecomputeSelection: Boolean, constant in androidx.compose.foundation.text.selection.FakeSelectionLayout
258 override fun shouldRecomputeSelection(other: SelectionLayout?): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.FakeSelectionLayout