Searched defs:shouldRecomputeSelection (Results 1 – 2 of 2) sorted by relevance
129 fun shouldRecomputeSelection(other: SelectionLayout?): Boolean in <lambda>() method199 override fun shouldRecomputeSelection(other: SelectionLayout?): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.MultiSelectionLayout369 override fun shouldRecomputeSelection(other: SelectionLayout?): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.SingleSelectionLayout669 fun shouldRecomputeSelection(other: SelectableInfo): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.SelectableInfo
249 private val shouldRecomputeSelection: Boolean, constant in androidx.compose.foundation.text.selection.FakeSelectionLayout258 override fun shouldRecomputeSelection(other: SelectionLayout?): Boolean = in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.FakeSelectionLayout