Home
last modified time | relevance | path

Searched defs:isMaxWidthLayout (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h32 bool isMaxWidthLayout = false; member
109 void SetIsMaxWidthLayout(bool 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()