Home
last modified time | relevance | path

Searched refs:SetDialogStretch (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drow_model_impl.cpp63 component->SetDialogStretch(false); in CreateWithWrap()
H A Dcolumn_model_impl.cpp68 component->SetDialogStretch(false); in CreateWithWrap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h113 void SetDialogStretch(bool dialogStretch) in SetDialogStretch() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_pattern.h79 void SetDialogStretch(bool stretch) in SetDialogStretch() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp349 wrap->SetDialogStretch(true); in BuildActions()