Home
last modified time | relevance | path

Searched refs:limitMinPosY (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp791 int32_t limitMinPosY = limitRect.posY_; in FixWindowSizeByRatioIfDragBeyondLimitRegion() local
814 if ((winRect.posY_ == limitMinPosY) || (winRect.posX_ == limitMaxPosY)) { in FixWindowSizeByRatioIfDragBeyondLimitRegion()
914 int32_t limitMinPosY = limitRect.posY_; in LimitWindowPositionWhenDrag() local
942 if (oriWinRect.posY_ < limitMinPosY) { in LimitWindowPositionWhenDrag()
943 winRect.posY_ = limitMinPosY; in LimitWindowPositionWhenDrag()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp1119 int32_t limitMinPosY = displayRect.posY_; in HWTEST_F() local
1141 newRect.posY_ = limitMinPosY - 1; in HWTEST_F()

Completed in 5 milliseconds