Home
last modified time | relevance | path

Searched refs:SetExpandHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp239 labelText_->SetExpandHeight(true); in SetLineBreakMode()
241 labelText_->SetExpandHeight(false); in SetLineBreakMode()
H A Dui_edit_text.cpp189 inputText_->SetExpandHeight(false); in InitText()
196 placeholderText_->SetExpandHeight(false); in InitText()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp128 text_->SetExpandHeight(true);
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h415 void SetExpandHeight(bool expand) in SetExpandHeight() function