Home
last modified time | relevance | path

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

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_test_utils.cpp166 constexpr int32_t maxPosRemain = 48; in CalcLimitedRect() local
170 std::min(std::max(rect.posX_, maxPosRemain - static_cast<int32_t>(rect.width_)), in CalcLimitedRect()
171 static_cast<int32_t>(displayRect_.width_) - maxPosRemain), in CalcLimitedRect()
172 std::min(std::max(rect.posY_, maxPosRemain), static_cast<int32_t>(displayRect_.height_) - maxPosRemain), in CalcLimitedRect()

Completed in 2 milliseconds