Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectable.kt108 fun getLineLeft(offset: Int): Float method
DMultiWidgetSelectionDelegate.kt167 override fun getLineLeft(offset: Int): Float { in getLineLeft() method
/compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/
DParagraphMethodBenchmark.kt114 fun getLineLeft() { in <lambda>() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt102 fun getLineLeft(lineIndex: Int): Float method
DTextLayoutResult.kt416 fun getLineLeft(lineIndex: Int): Float = multiParagraph.getLineLeft(lineIndex) in getLineStart() method
DMultiParagraph.kt863 fun getLineLeft(lineIndex: Int): Float { in <lambda>() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DParagraph.android.kt48 actual fun getLineLeft(lineIndex: Int): Float method
DAndroidParagraph.android.kt456 override fun getLineLeft(lineIndex: Int): Float = layout.getLineLeft(lineIndex) in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DParagraph.commonStubs.kt49 actual fun getLineLeft(lineIndex: Int): Float method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionFakes.kt359 override fun getLineLeft(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.kt380 fun getLineLeft(lineIndex: Int): Float = in getLineLeft() method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DMultiParagraphIntegrationTest.kt703 fun getLineLeft() { in <lambda>() method in androidx.compose.ui.text.MultiParagraphIntegrationTest