Searched refs:GetLayoutRect (Results 1 – 10 of 10) sorted by relevance
142 Rect lastRect = node->GetLayoutRect(); in LayoutForegroundNodeQueue()232 const Rect& layoutRect = node->GetLayoutRect(); in UpdateLayoutRect()253 limitRect = node->parent_->GetLayoutRect(); in UpdateLayoutRect()
155 .winTopLeftX = windowNode->GetLayoutRect().posX_, in TraverseWindowNodes()156 .winTopLeftY = windowNode->GetLayoutRect().posY_, in TraverseWindowNodes()
99 auto splitDockerRect = node->GetLayoutRect(); in UpdateWindowNode()201 const Rect lastLayoutRect = node->GetLayoutRect(); in UpdateLayoutRect()223 limitRect = node->parent_->GetLayoutRect(); in UpdateLayoutRect()237 node->GetWindowToken()->UpdateWindowRect(node->GetLayoutRect(), reason); in UpdateLayoutRect()
107 Rect curRect = iter->second->GetLayoutRect(); in GetAvoidArea()
121 if (WindowHelper::IsPointInTargetRect(point.x, point.y, windowNode->GetLayoutRect())) { in GetHitWindow()
175 const Rect& WindowNode::GetLayoutRect() const in GetLayoutRect() function in OHOS::Rosen::WindowNode
178 childNode->GetWindowToken()->UpdateWindowRect(childNode->GetLayoutRect(), reason); in UpdateSizeChangeReason()185 node->GetWindowToken()->UpdateWindowRect(node->GetLayoutRect(), reason); in UpdateSizeChangeReason()631 if (sysNode == nullptr || it.second.region_ == sysNode->GetLayoutRect()) { in NotifyIfSystemBarRegionChanged()634 auto& newRegion = sysNode->GetLayoutRect(); in NotifyIfSystemBarRegionChanged()772 windowInfo->windowRect_ = node->GetLayoutRect(); in NotifyAccessibilityWindowInfo()790 windowInfo->windowRect_ = node->GetLayoutRect(); in GetWindowList()853 Rect rect = node->GetLayoutRect(); in DumpScreenWindowTree()1484 Rect layoutRect = node->GetLayoutRect(); in UpdateWindowVisibilityInfos()
276 auto& layoutRect = node->GetLayoutRect(); in UpdateLimitRect()
231 NotifyKeyboardSizeChangeInfo(node, container, node->GetLayoutRect()); in AddWindowNode()
67 const Rect& GetLayoutRect() const;