Home
last modified time | relevance | path

Searched defs:startLine (Results 1 – 6 of 6) sorted by relevance

/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DMultiParagraphTest.kt47 var startLine = 0 in findParagraphByLineIndex() variable
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/
DLambdaLocation.kt20 data class LambdaLocation(val fileName: String, val startLine: Int, val endLine: Int) { constant in androidx.compose.ui.inspection.LambdaLocation
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayoutGetRangeForRectExtensions.android.kt42 var startLine = layout.getLineForVertical(rect.top.toInt()) in getRangeForRect() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/
DAccessibilityIteratorsTest.kt383 val startLine = textLayoutResult.getLineForOffset(range!![0]) in pageIterator_following() constant
406 val startLine = textLayoutResult.getLineForOffset(range!![0]) in pageIterator_preceding() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DBrushAnimatingSpanDemo.kt186 val startLine = textLayoutResult.getLineForOffset(start) in calculateAnnotatedString() constant
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DHandwritingGesture.android.kt1030 val startLine = multiParagraph.getLineForHandwritingGesture(localStartPoint, viewConfiguration) in TextLayoutResult() constant