Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DMultiParagraphTest.kt50 val endLine = startLine + paragraphLineCount in findParagraphByLineIndex() constant
/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.kt52 var endLine = layout.getLineForVertical(rect.bottom.toInt()) in getRangeForRect() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/
DAccessibilityIteratorsTest.kt384 val endLine = textLayoutResult.getLineForOffset(range[1]) in pageIterator_following() constant
407 val endLine = textLayoutResult.getLineForOffset(range[1]) in pageIterator_preceding() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DBrushAnimatingSpanDemo.kt187 val endLine = textLayoutResult.getLineForOffset(end) in calculateAnnotatedString() constant
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DHandwritingGesture.android.kt1031 val endLine = multiParagraph.getLineForHandwritingGesture(localEndPoint, viewConfiguration) in TextLayoutResult() constant