Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp151 void TextComponent::SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() function in OHOS::Ace::TextComponent
153 declaration_->SetAutoMaxLines(autoMaxLines); in SetAutoMaxLines()
H A Dtext_component.h65 void SetAutoMaxLines(bool autoMaxLines);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h122 void SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() function
H A Dtext_declaration.cpp184 declaration.SetAutoMaxLines(val == DOM_AUTO); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_item_component.cpp136 text->SetAutoMaxLines(false); in BuildWithTextIcon()