Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h118 void SetGetWindowRectImpl(std::function<Rect()>&& callback) in SetGetWindowRectImpl() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp790 void PipelineBase::SetGetWindowRectImpl(std::function<Rect()>&& callback) in SetGetWindowRectImpl() function in OHOS::Ace::PipelineBase
793 window_->SetGetWindowRectImpl(std::move(callback)); in SetGetWindowRectImpl()
H A Dpipeline_base.h1023 void SetGetWindowRectImpl(std::function<Rect()>&& callback);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp468 context->SetGetWindowRectImpl([window]() -> Rect { in OnStart()
H A Dace_container.cpp2373 pipelineContext_->SetGetWindowRectImpl([window = uiWindow_]() -> Rect { in InitWindowCallback()