Home
last modified time | relevance | path

Searched defs:getSelectAllSelection (Results 1 – 3 of 3) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectable.kt56 fun getSelectAllSelection(): Selection? method
DMultiWidgetSelectionDelegate.kt101 override fun getSelectAllSelection(): Selection? { in getSelectAllSelection() method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionFakes.kt334 override fun getSelectAllSelection(): Selection? { in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.FakeSelectable