Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt155 fun getLineForOffset(offset: Int): Int method
DTextLayoutResult.kt435 fun getLineForOffset(offset: Int): Int = multiParagraph.getLineForOffset(offset) in getLineStart() method in TextLayoutResult
DMultiParagraph.kt848 fun getLineForOffset(offset: Int): Int { in <lambda>() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DParagraph.android.kt68 actual fun getLineForOffset(offset: Int): Int method
DAndroidParagraph.android.kt490 override fun getLineForOffset(offset: Int): Int = layout.getLineForOffset(offset) in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DParagraph.commonStubs.kt69 actual fun getLineForOffset(offset: Int): Int method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DLayoutCompat.android.kt168 internal fun Layout.getLineForOffset(@IntRange(from = 0) offset: Int, upstream: Boolean): Int { in getLineForOffset() method
DTextLayout.android.kt567 fun getLineForOffset(offset: Int): Int = layout.getLineForOffset(offset) in getLineForOffset() method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DMultiParagraphIntegrationTest.kt676 fun getLineForOffset() { in <lambda>() method