Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DAnnotatedStringTest.kt318 val defaultParagraphStyle = ParagraphStyle(lineHeight = 20.sp) in normalizedParagraphStyles() constant
335 val defaultParagraphStyle = ParagraphStyle(lineHeight = 20.sp) in normalizedParagraphStyles_only_string() constant
346 val defaultParagraphStyle = ParagraphStyle(lineHeight = 20.sp) in normalizedParagraphStyles_empty_string() constant
359 val defaultParagraphStyle = ParagraphStyle(lineHeight = 20.sp) in normalizedParagraphStyles_zeroLength_paragraphStyle() constant
376 val defaultParagraphStyle = ParagraphStyle(lineHeight = 20.sp) in normalizedParagraphStyles_with_newLine() constant
387 val defaultParagraphStyle = ParagraphStyle(lineHeight = 20.sp) in normalizedParagraphStyles_with_only_lineFeed() constant
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DPlatformParagraphStyleTest.kt148 val defaultParagraphStyle = PlatformParagraphStyle.Default in paragraphStyle_lerp_with_null_returns_default() constant