Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h218 Rect startPointRect, Rect startRectExceptFrame, Rect startRectExceptCorner) in MoveDragProperty()
222 startPointRect_(startPointRect), startRectExceptFrame_(startRectExceptFrame), in MoveDragProperty()
267 Rect startRectExceptFrame = { parcel.ReadInt32(), parcel.ReadInt32(), in Unmarshalling() local
272 info->startRectExceptFrame_ = startRectExceptFrame; in Unmarshalling()
/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3015 auto& startRectExceptFrame = moveDragProperty_->startRectExceptFrame_; in CalculateStartRectExceptHotZone() local
3016 startRectExceptFrame.posX_ = startPointRect.posX_ + in CalculateStartRectExceptHotZone()
3018 startRectExceptFrame.posY_ = startPointRect.posY_ + in CalculateStartRectExceptHotZone()
3020 startRectExceptFrame.width_ = startPointRect.width_ - in CalculateStartRectExceptHotZone()
3022 startRectExceptFrame.height_ = startPointRect.height_ - in CalculateStartRectExceptHotZone()