Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp541 uint32_t newMaxHeight = static_cast<uint32_t>(static_cast<float>(newLimits.maxWidth_) / newLimits.minRatio_); in UpdateWindowSizeLimits() local
542 newLimits.maxHeight_ = std::min(newMaxHeight, newLimits.maxHeight_); in UpdateWindowSizeLimits()
H A Dwindow_layout_policy_cascade.cpp307 uint32_t newMaxHeight = static_cast<uint32_t>(static_cast<float>(newLimits.maxWidth_) / aspectRatio); in CheckAspectRatioBySizeLimits() local
308 newLimits.maxHeight_ = std::min(newMaxHeight, newLimits.maxHeight_); in CheckAspectRatioBySizeLimits()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1060 uint32_t newMaxHeight = (newMaxHeightFloat > static_cast<double>(UINT32_MAX)) ? UINT32_MAX : in CalculateNewLimitsByRatio() local
1062 newLimits.maxHeight_ = std::min(newMaxHeight, newLimits.maxHeight_); in CalculateNewLimitsByRatio()

Completed in 11 milliseconds