Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp235 !NearEqual(currentChildMainSize, childLastMainSize_) && !context->IsFullScreenModal()) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.cpp457 if (context && !context->IsFullScreenModal()) { in SetUpRootComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h864 bool IsFullScreenModal() const in IsFullScreenModal() function