Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h33 bool autoMaxLines = false; member
122 void SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp151 void TextComponent::SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines()