Lines Matching refs:newRect
538 Rect newRect = callingWindowRect; in ResizeSoftInputCallingWindowIfNeed() local
540 newRect.posY_ = softInputWindowRect.posY_ - static_cast<int32_t>(newRect.height_); in ResizeSoftInputCallingWindowIfNeed()
546 newRect.posY_ = std::max(newRect.posY_, in ResizeSoftInputCallingWindowIfNeed()
553 NotifyInputCallingWindowRectAndOccupiedAreaChange(callingWindow, newRect, softInputWindowRect); in ResizeSoftInputCallingWindowIfNeed()
693 Rect newRect; in ResizeRect() local
695 newRect = { rect.posX_, rect.posY_, lastRect.width_, lastRect.height_ }; in ResizeRect()
699 newRect = lastRect; in ResizeRect()
701 newRect.posX_ = lastRect.posX_; in ResizeRect()
703 newRect.posY_ = lastRect.posY_; in ResizeRect()
707 newRect = { lastRect.posX_, lastRect.posY_, rect.width_, rect.height_ }; in ResizeRect()
709 newRect = rect; in ResizeRect()
711 property->SetRequestRect(newRect); in ResizeRect()
1538 Rect newRect = {0, 0, 0, 0}; in UpdateProperty() local
1546 windowNodeContainer->GetLayoutPolicy()->GetMaximizeRect(node, newRect); in UpdateProperty()
1548 newRect = node->GetOriginRect(); in UpdateProperty()
1551 …windowId, static_cast<uint32_t>(mode), newRect.posX_, newRect.posY_, newRect.width_, newRect.heigh… in UpdateProperty()
1552 ret = ResizeRectAndFlush(windowId, newRect, WindowSizeChangeReason::MAXIMIZE); in UpdateProperty()