Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/android/
DStaticLayoutFactoryTest.kt52 val staticLayout = in create_withText_returnsGiven() constant
61 val staticLayout = in create_withDefaultStartAndEnd_returnsWholeText() constant
75 val staticLayout = in create_withStartAndEnd_returnsTextInRange() constant
93 val staticLayout = in create_withPaint_returnsGiven() constant
102 val staticLayout = StaticLayoutFactory.create(text = "", paint = TextPaint(), width = width) in create_withWidth_returnsGiven() constant
110 val staticLayout = in create_withTextDirection_returnsGiven() constant
138 val staticLayout = in create_withAlign_returnsGiven() constant
151 val staticLayout = in create_defaultAlign_isAlignNormal() constant
165 val staticLayout = in create_with_ellipsizeEnd_maxLinesOne_shortText_isNotEllipsized() constant
187 val staticLayout = in create_with_ellipsizeEnd_maxLinesOne_longText_isEllipsized() constant
[all …]