Home
last modified time | relevance | path

Searched refs:SetGetWindowRectImpl (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h121 void SetGetWindowRectImpl(std::function<Rect()>&& callback) in SetGetWindowRectImpl() function in OHOS::OHOS::Ace::Window
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp795 void PipelineBase::SetGetWindowRectImpl(std::function<Rect()>&& callback) in SetGetWindowRectImpl() function in OHOS::Ace::PipelineBase
798 window_->SetGetWindowRectImpl(std::move(callback)); in SetGetWindowRectImpl()
H A Dpipeline_base.h1002 void SetGetWindowRectImpl(std::function<Rect()>&& callback);
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp473 context->SetGetWindowRectImpl([window]() -> Rect { in OnStart()
H A Dace_container.cpp2352 pipelineContext_->SetGetWindowRectImpl([window = uiWindow_]() -> Rect { in InitWindowCallback()

Completed in 13 milliseconds