Searched defs:startLine (Results 1 – 6 of 6) sorted by relevance
47 var startLine = 0 in findParagraphByLineIndex() variable
20 data class LambdaLocation(val fileName: String, val startLine: Int, val endLine: Int) { constant in androidx.compose.ui.inspection.LambdaLocation
42 var startLine = layout.getLineForVertical(rect.top.toInt()) in getRangeForRect() variable
383 val startLine = textLayoutResult.getLineForOffset(range!![0]) in pageIterator_following() constant406 val startLine = textLayoutResult.getLineForOffset(range!![0]) in pageIterator_preceding() constant
186 val startLine = textLayoutResult.getLineForOffset(start) in calculateAnnotatedString() constant
1030 val startLine = multiParagraph.getLineForHandwritingGesture(localStartPoint, viewConfiguration) in TextLayoutResult() constant