Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h109 void SetIsMaxWidthLayout(bool isMaxWidthLayout) in SetIsMaxWidthLayout() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_text.cpp137 textDeclaration->SetIsMaxWidthLayout(boxComponent_->GetWidthDimension().IsValid()); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp143 declaration_->SetIsMaxWidthLayout(isMaxWidthLayout); in SetMaxWidthLayout()