Home
last modified time | relevance | path

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

/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimateContentSizeDemo.kt68 val longText = "Very long text\nthat spans across\nmultiple lines" in MyText() constant
92 val longText = "Very loooooong text" in MyButton() constant
/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimationModifierSample.kt42 val longText = "Very long text\nthat spans across\nmultiple lines" in AnimateContent() constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/
DValidatingOffsetMappingKtTest.kt36 private val longText = "a".repeat(100) in params() constant
/compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/input/
DEditProcessorBenchmark.kt51 private val longText = RandomTextGenerator().nextParagraph(500) in toString() constant
DGapBufferBenchmark.kt41 private val longText = RandomTextGenerator().nextParagraph(500) in toString() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/
DBasicTextMinMaxLinesTest.kt36 private val longText = "Lorem ipsum\n".repeat(10) constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionContainerTest.kt330 val longText = "$textContent ".repeat(100) in allTextIsSelected_whenTextIsOverflowed_clipped_maxLines1() constant
355 val longText = "$textContent ".repeat(100) in allTextIsSelected_whenTextIsOverflowed_ellipsized_maxLines1() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DHeightInLinesModifierTest.kt67 private val longText = constant in androidx.compose.foundation.text.input.HeightInLinesModifierTest
DTextFieldScrollTest.kt103 private val longText = in <lambda>() constant in androidx.compose.foundation.text.input.TextFieldScrollTest
DBasicTextFieldTest.kt1087 val longText = "Text".repeat(4) in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/textfield/
DHeightInLinesModifierTest.kt68 private val longText = constant in androidx.compose.foundation.textfield.HeightInLinesModifierTest
DTextFieldScrollTest.kt113 private val longText = in <lambda>() constant in androidx.compose.foundation.textfield.TextFieldScrollTest
DTextFieldTest.kt1301 val longText = "Text".repeat(4) in <lambda>() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/textfield/
DTextFieldScreenshotTest.kt69 private val longText = constant
DOutlinedTextFieldScreenshotTest.kt75 private val longText = in <lambda>() constant in androidx.compose.material.textfield.OutlinedTextFieldScreenshotTest
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DTextMeasurerTest.kt51 private val longText = constant in androidx.compose.ui.text.TextMeasurerTest
DTextPainterTest.kt62 private val longText = AnnotatedString(longString) constant
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/sharedelement/
DSwitchBetweenCollapsedAndExpanded.kt379 private const val longText = constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DSnackbarTest.kt60 private val longText = constant in androidx.compose.material3.SnackbarTest
DTextFieldScreenshotTest.kt65 private val longText = constant
DOutlinedTextFieldScreenshotTest.kt67 private val longText = constant in androidx.compose.material3.OutlinedTextFieldScreenshotTest
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DSnackbarTest.kt67 private val longText = constant in androidx.compose.material.SnackbarTest
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuUiTest.kt93 private val longText = "M ".repeat(200).trimEnd() in <lambda>() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DComposeText.kt120 private const val longText = constant