Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h234 Rect startPointRect, Rect startRectExceptFrame, Rect startRectExceptCorner) in MoveDragProperty()
238 startPointRect_(startPointRect), startRectExceptFrame_(startRectExceptFrame), in MoveDragProperty()
283 Rect startRectExceptFrame = { parcel.ReadInt32(), parcel.ReadInt32(), in Unmarshalling() local
288 info->startRectExceptFrame_ = startRectExceptFrame; in Unmarshalling()
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp316 const auto& startRectExceptFrame = moveDragProperty_->startRectExceptFrame_; in GetHotZoneRect() local
323 hotZoneRect = startRectExceptFrame; // drag type: left/right/top/bottom in GetHotZoneRect()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2980 auto& startRectExceptFrame = moveDragProperty_->startRectExceptFrame_; in CalculateStartRectExceptHotZone() local
2981 startRectExceptFrame.posX_ = startPointRect.posX_ + in CalculateStartRectExceptHotZone()
2983 startRectExceptFrame.posY_ = startPointRect.posY_ + in CalculateStartRectExceptHotZone()
2985 startRectExceptFrame.width_ = startPointRect.width_ - in CalculateStartRectExceptHotZone()
2987 startRectExceptFrame.height_ = startPointRect.height_ - in CalculateStartRectExceptHotZone()

Completed in 11 milliseconds