Home
last modified time | relevance | path

Searched refs:OVERFLOW_ELLIPSIS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_algorithm_test.cpp60 layoutProperty_->UpdateTextOverflow(OVERFLOW_ELLIPSIS);
62 EXPECT_EQ(textStyle.GetTextOverflow(), OVERFLOW_ELLIPSIS);
79 textStyle.SetTextOverflow(OVERFLOW_ELLIPSIS);
123 EXPECT_EQ(textStyle.GetTextOverflow(), OVERFLOW_ELLIPSIS);
142 EXPECT_EQ(textStyle.GetTextOverflow(), OVERFLOW_ELLIPSIS);
414 textStyle.SetTextOverflow(OVERFLOW_ELLIPSIS);
H A Dtext_input_base.h130 const TextOverflow OVERFLOW_ELLIPSIS = TextOverflow::ELLIPSIS; variable
H A Dtext_field_pattern_testfour.cpp302 textStyle.SetTextOverflow(OVERFLOW_ELLIPSIS);