Home
last modified time | relevance | path

Searched defs:getCursorRect (Results 1 – 9 of 9) sorted by relevance

/compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/
DParagraphMethodBenchmark.kt106 fun getCursorRect() { in <lambda>() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt99 fun getCursorRect(offset: Int): Rect method
DTextLayoutResult.kt523 fun getCursorRect(offset: Int): Rect = multiParagraph.getCursorRect(offset) in getLineStart() method in TextLayoutResult
DMultiParagraph.kt828 fun getCursorRect(offset: Int): Rect { in <lambda>() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DParagraph.android.kt46 actual fun getCursorRect(offset: Int): Rect method
DAndroidParagraph.android.kt439 override fun getCursorRect(offset: Int): Rect { in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DParagraph.commonStubs.kt47 actual fun getCursorRect(offset: Int): Rect method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextFieldSelectionState.kt316 fun getCursorRect(): Rect { in <lambda>() method in androidx.compose.foundation.text.input.internal.selection.TextFieldSelectionState
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DMultiParagraphIntegrationTest.kt609 fun getCursorRect() { in <lambda>() method