Home
last modified time | relevance | path

Searched defs:getLineRight (Results 1 – 12 of 12) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectable.kt116 fun getLineRight(offset: Int): Float method
DMultiWidgetSelectionDelegate.kt174 override fun getLineRight(offset: Int): Float { in getLineRight() method
/compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/
DParagraphMethodBenchmark.kt123 fun getLineRight() { in <lambda>() method in androidx.compose.ui.text.benchmark.ParagraphMethodBenchmark
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt105 fun getLineRight(lineIndex: Int): Float method
DTextLayoutResult.kt424 fun getLineRight(lineIndex: Int): Float = multiParagraph.getLineRight(lineIndex) in getLineStart() method in TextLayoutResult
DMultiParagraph.kt874 fun getLineRight(lineIndex: Int): Float { in <lambda>() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DParagraph.android.kt50 actual fun getLineRight(lineIndex: Int): Float method
DAndroidParagraph.android.kt458 override fun getLineRight(lineIndex: Int): Float = layout.getLineRight(lineIndex) in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DParagraph.commonStubs.kt51 actual fun getLineRight(lineIndex: Int): Float method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionFakes.kt363 override fun getLineRight(offset: Int): Float { in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.FakeSelectable
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt384 fun getLineRight(lineIndex: Int): Float = in getLineLeft() method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DMultiParagraphIntegrationTest.kt751 fun getLineRight() { in <lambda>() method in androidx.compose.ui.text.MultiParagraphIntegrationTest