Lines Matching defs:preRect
647 static void SetBounds(const sptr<WindowNode>& node, const Rect& winRect, const Rect& preRect)
655 WLOGFD("Name:%{public}s id:%{public}u preRect: [%{public}d, %{public}d, %{public}d, %{public}d], "
657 node->GetWindowId(), preRect.posX_, preRect.posY_, preRect.width_, preRect.height_,
661 if (winRect != preRect) {
680 void WindowLayoutPolicy::UpdateSurfaceBounds(const sptr<WindowNode>& node, const Rect& winRect, const Rect& preRect)
683 auto SetBoundsFunc = [weakNode, winRect, preRect]() {
689 SetBounds(winNode, winRect, preRect);