Home
last modified time | relevance | path

Searched defs:firstLine (Results 1 – 8 of 8) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DCursorAnchorInfoBuilder.android.kt213 val firstLine = textLayoutResult.getLineForVerticalPosition(innerTextFieldBounds.top) in setEditorBoundsInfo() constant
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyCursorAnchorInfoBuilder.android.kt211 val firstLine = textLayoutResult.getLineForVerticalPosition(innerTextFieldBounds.top) in setEditorBoundsInfo() constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/style/
DTextIndent.kt32 class TextIndent(val firstLine: TextUnit = 0.sp, val restLine: TextUnit = 0.sp) { constant in androidx.compose.ui.text.style.TextIndent
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/platform/extensions/
DSpannableExtensions.android.kt94 val firstLine = in setTextIndent() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridMeasure.kt285 var firstLine = visibleLines.first() in <lambda>() variable
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt692 val firstLine = getLineForOffset(startOffset) in fillBoundingBoxes() constant
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DParagraphIntegrationTest.kt333 val firstLine = "abc" in <lambda>() constant
362 val firstLine = "\u05D0\u05D1\u05D2" in <lambda>() constant
653 val firstLine = "abc" in <lambda>() constant
681 val firstLine = "\u05D0\u05D1\u05D2" in <lambda>() constant
710 val firstLine = "abc " in <lambda>() constant
733 val firstLine = "\u05D0\u05D1\u05D2 " in <lambda>() constant
DAndroidParagraphTest.kt781 val firstLine = 40 in <lambda>() constant