Lines Matching defs:height
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);
819 int32_t height, UIEnvCallback callback)
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);
930 int32_t height, UIEnvCallback callback)
975 pipelineContext_->SetRootSize(density, width, height);
1049 [weak, width, height]() {
1054 context->OnSurfaceChanged(width, height);