Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionRegistrarImplTest.kt102 val containerLayoutCoordinates = in sort() constant
155 val containerLayoutCoordinates = in unsubscribe_after_sorting() constant
190 val containerLayoutCoordinates = in subscribe_after_sorting() constant
215 val containerLayoutCoordinates = in layoutCoordinates_changed_after_sorting() constant
DSelectionManagerTest.kt56 private val containerLayoutCoordinates = MockCoordinates() in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionManager.kt167 var containerLayoutCoordinates: LayoutCoordinates? = null in <lambda>() variable in androidx.compose.foundation.text.selection.SelectionManager