Home
last modified time | relevance | path

Searched refs:hotZoneRect (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp314 Rect hotZoneRect; in GetHotZoneRect() local
323 hotZoneRect = startRectExceptFrame; // drag type: left/right/top/bottom in GetHotZoneRect()
325 hotZoneRect = startRectExceptCorner; // drag type: left_top/right_top/left_bottom/right_bottom in GetHotZoneRect()
327 return hotZoneRect; in GetHotZoneRect()
360 Rect hotZoneRect = GetHotZoneRect(); in CalculateNewWindowRect() local
370 if (startPointPosX <= hotZoneRect.posX_) { in CalculateNewWindowRect()
376 } else if (startPointPosX >= hotZoneRect.posX_ + static_cast<int32_t>(hotZoneRect.width_)) { in CalculateNewWindowRect()
382 if (startPointPosY <= hotZoneRect.posY_) { in CalculateNewWindowRect()
388 } else if (startPointPosY >= hotZoneRect in CalculateNewWindowRect()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h538 void AddHotZoneRect(const DimensionRect& hotZoneRect) const;
H A Dframe_node.cpp3661 void FrameNode::AddHotZoneRect(const DimensionRect& hotZoneRect) const in AddHotZoneRect()
3664 gestureHub->AddResponseRect(hotZoneRect); in AddHotZoneRect()

Completed in 13 milliseconds