Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectable.kt73 fun getLayoutCoordinates(): LayoutCoordinates? method
DMultiWidgetSelectionDelegate.kt145 override fun getLayoutCoordinates(): LayoutCoordinates? { in getLayoutCoordinates() method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionFakes.kt343 override fun getLayoutCoordinates(): LayoutCoordinates? { in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.FakeSelectable