Searched defs:previousSelection (Results 1 – 6 of 6) sorted by relevance
121 val previousSelection: Selection? in <lambda>() constant145 override val previousSelection: Selection?, constant in androidx.compose.foundation.text.selection.MultiSelectionLayout331 override val previousSelection: Selection?, constant in androidx.compose.foundation.text.selection.SingleSelectionLayout485 val previousSelection: Selection?, constant in androidx.compose.foundation.text.selection.SelectionLayoutBuilder
99 val previousSelection = in <lambda>() constant
893 val previousSelection = if (previousHandlePosition.isUnspecified) null else selection in <lambda>() constant
247 override val previousSelection: Selection?, constant in androidx.compose.foundation.text.selection.FakeSelectionLayout
300 var previousSelection: TextRange = TextRange.Zero variable
176 private var previousSelection: TextRange? = null variable in androidx.compose.foundation.text.input.internal.TextFieldCoreModifierNode