Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h62 void SetMaxWidthLayout(bool isMaxWidthLayout);
H A Dtext_component.cpp141 void TextComponent::SetMaxWidthLayout(bool isMaxWidthLayout) in SetMaxWidthLayout() function in OHOS::Ace::TextComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_model_impl.cpp249 component->SetMaxWidthLayout(box->GetWidthDimension().IsValid()); in OnSetWidth()