Home
last modified time | relevance | path

Searched refs:GetOverlayNodePositions (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/
H A Droot_pattern.h86 if (!pipeline->GetOverlayNodePositions().empty()) { in OnDirtyLayoutWrapperSwap()
106 auto oldPositions = pipeline->GetOverlayNodePositions(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h420 virtual std::vector<Ace::RectF> GetOverlayNodePositions() const in GetOverlayNodePositions() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h324 std::vector<Ace::RectF> GetOverlayNodePositions() const override;
H A Dace_container.h668 std::vector<Ace::RectF> GetOverlayNodePositions();
H A Dace_container.cpp3309 std::vector<Ace::RectF> AceContainer::GetOverlayNodePositions() in GetOverlayNodePositions() function in OHOS::Ace::Platform::AceContainer
3313 return pipeline->GetOverlayNodePositions(); in GetOverlayNodePositions()
H A Dui_content_impl.cpp3929 std::vector<Ace::RectF> UIContentImpl::GetOverlayNodePositions() const in GetOverlayNodePositions() function in OHOS::Ace::UIContentImpl
3934 return container->GetOverlayNodePositions(); in GetOverlayNodePositions()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp668 std::vector<Ace::RectF> PipelineContext::GetOverlayNodePositions() in GetOverlayNodePositions() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h802 std::vector<Ace::RectF> GetOverlayNodePositions();
H A Dpipeline_context.cpp4552 std::vector<Ace::RectF> PipelineContext::GetOverlayNodePositions() in GetOverlayNodePositions() function in OHOS::Ace::NG::PipelineContext