Home
last modified time | relevance | path

Searched refs:GetMultipleDialogDisplay (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h391 const std::string& GetMultipleDialogDisplay() in GetMultipleDialogDisplay() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp566 …if (dialogTheme->GetMultipleDialogDisplay() != "stack" && !dialogProp->GetIsModal().value_or(true)… in Layout()