Home
last modified time | relevance | path

Searched refs:IsContainerModalVisible (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp679 bool PipelineContext::IsContainerModalVisible() in IsContainerModalVisible() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp472 if (IsContainerModalVisible()) { in UpdateRootSizeAndScale()
H A Dpipeline_base.h1336 virtual bool IsContainerModalVisible() in IsContainerModalVisible() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h809 bool IsContainerModalVisible() override;
H A Dpipeline_context.cpp4570 bool PipelineContext::IsContainerModalVisible() in IsContainerModalVisible() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1140 if (pipelineContext && pipelineContext->IsContainerModalVisible()) { in Lpx2Px()
1174 if (pipelineContext && pipelineContext->IsContainerModalVisible()) { in Px2Lpx()