Searched defs:endLine (Results 1 – 6 of 6) sorted by relevance
50 val endLine = startLine + paragraphLineCount in findParagraphByLineIndex() constant
20 data class LambdaLocation(val fileName: String, val startLine: Int, val endLine: Int) { constant in androidx.compose.ui.inspection.LambdaLocation
52 var endLine = layout.getLineForVertical(rect.bottom.toInt()) in getRangeForRect() variable
384 val endLine = textLayoutResult.getLineForOffset(range[1]) in pageIterator_following() constant407 val endLine = textLayoutResult.getLineForOffset(range[1]) in pageIterator_preceding() constant
187 val endLine = textLayoutResult.getLineForOffset(end) in calculateAnnotatedString() constant
1031 val endLine = multiParagraph.getLineForHandwritingGesture(localEndPoint, viewConfiguration) in TextLayoutResult() constant