Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp127 EXPECT_EQ(text_->IsExpandHeight(), false);
129 EXPECT_EQ(text_->IsExpandHeight(), true);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp165 if (needRefresh_ && labelText_->IsExpandHeight()) { in GetHeight()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h427 bool IsExpandHeight() const in IsExpandHeight() function