Searched refs:SetGetWindowRectImpl (Results 1 – 5 of 5) sorted by relevance
118 void SetGetWindowRectImpl(std::function<Rect()>&& callback) in SetGetWindowRectImpl() function
790 void PipelineBase::SetGetWindowRectImpl(std::function<Rect()>&& callback) in SetGetWindowRectImpl() function in OHOS::Ace::PipelineBase793 window_->SetGetWindowRectImpl(std::move(callback)); in SetGetWindowRectImpl()
1023 void SetGetWindowRectImpl(std::function<Rect()>&& callback);
468 context->SetGetWindowRectImpl([window]() -> Rect { in OnStart()
2373 pipelineContext_->SetGetWindowRectImpl([window = uiWindow_]() -> Rect { in InitWindowCallback()