| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/ |
| D | TextDelegateTest.kt | 38 val textDelegate = in constructor with default values() constant 54 val textDelegate = in constructor with customized text(TextSpan)() constant 69 val textDelegate = in constructor with customized maxLines() constant 85 val textDelegate = in constructor with customized minLines() constant 101 val textDelegate = in constructor with customized overflow() constant 115 val textDelegate = in minIntrinsicWidth without layout assertion should fail() constant 128 val textDelegate = in maxIntrinsicWidth without layout assertion should fail() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/ |
| D | TextLayoutResultIntegrationTest.kt | 55 val textDelegate = in width_getter() constant 75 val textDelegate = in width_getter_with_small_width() constant 95 val textDelegate = in height_getter() constant 111 val textDelegate = in layout_build_layoutResult() constant 130 val textDelegate = in getPositionForOffset_First_Character() constant 154 val textDelegate = in getPositionForOffset_other_Character() constant 177 val textDelegate = in hasOverflowShaderFalse() constant 200 val textDelegate = in didOverflowHeight_isTrue_when_maxLines_exceeded() constant 224 val textDelegate = in didOverflowHeight_isFalse_when_maxLines_notExceeded() constant 247 val textDelegate = in didOverflowHeight_isTrue_when_maxHeight_exceeded() constant [all …]
|
| D | TextDelegateIntegrationTest.kt | 54 val textDelegate = in minIntrinsicWidth_getter() constant 76 val textDelegate = in maxIntrinsicWidth_getter() constant 93 val textDelegate = in TextLayoutInput_reLayout_withDifferentHeight() constant 116 val textDelegate = in TextLayoutResult_reLayout_withDifferentHeight() constant 141 val textDelegate = in TextLayoutResult_layout_withEllipsis_withoutSoftWrap() constant 164 val textDelegate = in TextLayoutResult_layoutWithLimitedHeight_withEllipsis() constant 189 val textDelegate = in TextLayoutResult_sameWidth_inRtlAndLtr_withLetterSpacing() constant 205 val textDelegate = in layoutText_doesntThrow_when2shl14char() constant
|
| D | TextFieldDelegateIntegrationTest.kt | 50 val textDelegate = in draw_selection_test() constant 87 val textDelegate = in draw_highlight_test() constant 122 val textDelegate = in layout_height_constraint_max_height() constant 145 val textDelegate = in layout_height_constraint_min_height() constant 168 val textDelegate = in layout_empty_text_height_constraint_min_height() constant 190 val textDelegate = in layout_empty_text_height_constraint_max_height() constant 215 val textDelegate = in layout_maxConstraint_greaterThanTextWidth_returnsTextWidth() constant
|
| D | TextDelegateWidthWithLetterSpacingTest.kt | 68 val textDelegate = in assertLineCount() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/modifiers/ |
| D | TextLayoutResultIntegrationTest.kt | 58 val textDelegate = in width_getter() constant 79 val textDelegate = in width_getter_with_small_width() constant 100 val textDelegate = in height_getter() constant 117 val textDelegate = in layout_build_layoutResult() constant 141 val textDelegate = in getPositionForOffset_First_Character() constant 166 val textDelegate = in getPositionForOffset_other_Character() constant 190 val textDelegate = in hasOverflowShaderFalse() constant 214 val textDelegate = in didOverflowHeight_isTrue_when_maxLines_exceeded() constant 239 val textDelegate = in didOverflowHeight_isFalse_when_maxLines_notExceeded() constant 263 val textDelegate = in didOverflowHeight_isTrue_when_maxHeight_exceeded() constant [all …]
|
| D | ParagraphLayoutCacheTest.kt | 53 val textDelegate = in minIntrinsicWidth_getter() constant 71 val textDelegate = in maxIntrinsicWidth_getter() constant 114 val textDelegate = in TextLayoutInput_reLayout_withDifferentHeight() constant 147 val textDelegate = in TextLayoutInput_reLayout_withDifferentDensity() constant 180 val textDelegate = in TextLayoutInput_reLayout_withDifferentFontScale() constant 205 val textDelegate = in TextLayoutResult_reLayout_withDifferentHeight() constant 230 val textDelegate = in TextLayoutResult_layout_withEllipsis_withoutSoftWrap() constant 254 val textDelegate = in TextLayoutResult_layout_withStartEllipsis_withoutSoftWrap() constant 278 val textDelegate = in TextLayoutResult_layout_withMiddleEllipsis_withoutSoftWrap() constant 303 val textDelegate = in TextLayoutResult_layoutWithLimitedHeight_withEllipsis() constant [all …]
|
| D | MultiParagraphLayoutCacheTest.kt | 72 val textDelegate = in minIntrinsicWidth_getter() constant 93 val textDelegate = in intrinsicHeight_invalidates() constant 151 val textDelegate = in maxIntrinsicWidth_getter() constant 168 val textDelegate = in TextLayoutInput_reLayout_withDifferentHeight() constant 192 val textDelegate = in TextLayoutResult_reLayout_withDifferentHeight() constant 218 val textDelegate = in TextLayoutResult_layout_withEllipsis_withoutSoftWrap() constant 244 val textDelegate = in TextLayoutResult_layoutWithLimitedHeight_withEllipsis() constant 276 val textDelegate = in TextLayoutResult_reLayout_withDifferentDensity() constant 309 val textDelegate = in TextLayoutResult_reLayout_withDifferentFontScale() constant 336 val textDelegate = in TextLayoutResult_sameWidth_inRtlAndLtr_withLetterSpacing() constant [all …]
|
| D | MultiParagraphLayoutCacheWidthWithLetterSpacingTest.kt | 71 val textDelegate = in assertLineCount() constant
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/ |
| D | TextFieldSelectionManagerTest.kt | 163 val textDelegate = mock<TextDelegate> { on { this.text }.thenReturn(textAnnotatedString) } in <lambda>() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | GroupSizeValidationTests.kt | 412 private class TextState(val textDelegate: TextDelegate, val selectionId: Long) { constant in TextState
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ |
| D | CoreTextField.kt | 739 var textDelegate: TextDelegate, variable in androidx.compose.foundation.text.LegacyTextFieldState
|