Lines Matching refs:newRect
545 Rect newRect = callingWindowRect;
547 newRect.posY_ = softInputWindowRect.posY_ - static_cast<int32_t>(newRect.height_);
553 newRect.posY_ = std::max(newRect.posY_,
560 NotifyInputCallingWindowRectAndOccupiedAreaChange(callingWindow, newRect, softInputWindowRect);
702 Rect newRect;
704 newRect = { rect.posX_, rect.posY_, lastRect.width_, lastRect.height_ };
708 newRect = lastRect;
710 newRect.posX_ = lastRect.posX_;
712 newRect.posY_ = lastRect.posY_;
716 newRect = { lastRect.posX_, lastRect.posY_, rect.width_, rect.height_ };
718 newRect = rect;
720 property->SetRequestRect(newRect);
1585 Rect newRect = {0, 0, 0, 0};
1593 windowNodeContainer->GetLayoutPolicy()->GetMaximizeRect(node, newRect);
1595 newRect = node->GetOriginRect();
1598 windowId, static_cast<uint32_t>(mode), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_);
1599 ret = ResizeRectAndFlush(windowId, newRect, WindowSizeChangeReason::MAXIMIZE);