Searched defs:layoutHelper (Results 1 – 2 of 2) sorted by relevance
48 val layoutHelper = buildLayoutHelper("a\nb\nc") in testParagraphInfo() constant63 val layoutHelper = buildLayoutHelper("Hello, World.") in testParagraphInfo_singleParagraph() constant72 val layoutHelper = buildLayoutHelper("Hello, World.\n") in testParagraphInfo_ignoreLastLineFeed() constant81 val layoutHelper = buildLayoutHelper("") in testParagraphInfo_emptyText() constant90 val layoutHelper = buildLayoutHelper("\n") in testParagraphInfo_lineFeedOnlyCases() constant99 val layoutHelper = buildLayoutHelper("\n\n") in testParagraphInfo_lineFeedOnlyCases2() constant111 val layoutHelper = buildLayoutHelper("aa\nbb\ncc") in testParagraphForOffset() constant124 val layoutHelper = buildLayoutHelper("aa\nbb\ncc") in testParagraphForOffsetUpstream() constant137 val layoutHelper = buildLayoutHelper("\n\n") in testParagraphForOffset_lineFeedOnlyCase() constant144 val layoutHelper = buildLayoutHelper("aa\nאא\ncc") in testParagraphDirection() constant[all …]
353 private val layoutHelper: LayoutHelper constant