Lines Matching defs:width
409 auto&& viewChangeCallback = [weak, id = instanceId_](int32_t width, int32_t height, WindowSizeChangeReason type,
416 ACE_SCOPED_TRACE("ViewChangeCallback(%d, %d)", width, height);
418 [context, width, height, type, rsTransaction]() {
419 context->OnSurfaceChanged(width, height, type, rsTransaction);
798 void AceContainer::SetView(AceViewPreview* view, double density, int32_t width, int32_t height)
815 container->AttachView(std::move(window), view, density, width, height);
818 void AceContainer::SetView(AceViewPreview* view, sptr<Rosen::Window> rsWindow, double density, int32_t width,
830 container->AttachView(std::move(window), view, density, width, height, callback);
836 std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height)
861 pipelineContext->SetRootSize(density, width, height);
916 [weak, width, height]() {
921 context->OnSurfaceChanged(width, height);
929 void AceContainer::AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width,
975 pipelineContext_->SetRootSize(density, width, height);
1049 [weak, width, height]() {
1054 context->OnSurfaceChanged(width, height);