Home
last modified time | relevance | path

Searched defs:layoutHelper (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/android/
DLayoutHelperParagraphTest.kt48 val layoutHelper = buildLayoutHelper("a\nb\nc") in testParagraphInfo() constant
63 val layoutHelper = buildLayoutHelper("Hello, World.") in testParagraphInfo_singleParagraph() constant
72 val layoutHelper = buildLayoutHelper("Hello, World.\n") in testParagraphInfo_ignoreLastLineFeed() constant
81 val layoutHelper = buildLayoutHelper("") in testParagraphInfo_emptyText() constant
90 val layoutHelper = buildLayoutHelper("\n") in testParagraphInfo_lineFeedOnlyCases() constant
99 val layoutHelper = buildLayoutHelper("\n\n") in testParagraphInfo_lineFeedOnlyCases2() constant
111 val layoutHelper = buildLayoutHelper("aa\nbb\ncc") in testParagraphForOffset() constant
124 val layoutHelper = buildLayoutHelper("aa\nbb\ncc") in testParagraphForOffsetUpstream() constant
137 val layoutHelper = buildLayoutHelper("\n\n") in testParagraphForOffset_lineFeedOnlyCase() constant
144 val layoutHelper = buildLayoutHelper("aa\nאא\ncc") in testParagraphDirection() constant
[all …]
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt353 private val layoutHelper: LayoutHelper constant