Home
last modified time | relevance | path

Searched refs:textOverflowValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp113 if (textProperty.textOverflowValue.has_value()) { in SetTextProperty()
114 textModel.SetTextOverflow(textProperty.textOverflowValue.value()); in SetTextProperty()
H A Dtext_drag_test_ng.h37 std::optional<Ace::TextOverflow> textOverflowValue = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.cpp201 if (testProperty.textOverflowValue.has_value()) { in CreateTextParagraph()
202 textModel.SetTextOverflow(testProperty.textOverflowValue.value()); in CreateTextParagraph()
H A Dtext_base.h190 std::optional<Ace::TextOverflow> textOverflowValue = std::nullopt; member
H A Dtext_test_ng.cpp66 testProperty.textOverflowValue = std::make_optional(TEXT_OVERFLOW_VALUE);