Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h32 bool isMaxWidthLayout = false; member
106 return style.isMaxWidthLayout; in IsMaxWidthLayout()
109 void SetIsMaxWidthLayout(bool isMaxWidthLayout) in SetIsMaxWidthLayout() argument
112 CheckIsChanged(style.isMaxWidthLayout, isMaxWidthLayout); in SetIsMaxWidthLayout()
113 style.isMaxWidthLayout = isMaxWidthLayout; in SetIsMaxWidthLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp141 void TextComponent::SetMaxWidthLayout(bool isMaxWidthLayout) in SetMaxWidthLayout() argument
143 declaration_->SetIsMaxWidthLayout(isMaxWidthLayout); in SetMaxWidthLayout()
H A Dtext_component.h62 void SetMaxWidthLayout(bool isMaxWidthLayout);