Searched defs:avoidRect (Results 1 – 5 of 5) sorted by relevance
629 Rect avoidRect = windowRoot_->GetDisplayRectWithoutSystemBarAreas(node_); variable
1256 Rect avoidRect = { 200, 200, 50, 20 }; // rect : 200, 200, 50, 20 variable
381 void WindowTestUtils::UpdateLimitDisplayRect(const Rect& avoidRect) in UpdateLimitDisplayRect()
394 void SceneSession::CalculateAvoidAreaRect(WSRect& rect, WSRect& avoidRect, AvoidArea& avoidArea) in CalculateAvoidAreaRect()
319 auto avoidRect = winRoot->GetDisplayRectWithoutSystemBarAreas(dstNode); in GetExpectRect() local