Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
Dwindow_layout_policy.cpp539 …uint32_t newMaxHeight = static_cast<uint32_t>(static_cast<float>(newLimits.maxWidth_) / newLimits.… in UpdateWindowSizeLimits() local
540 newLimits.maxHeight_ = std::min(newMaxHeight, newLimits.maxHeight_); in UpdateWindowSizeLimits()
Dwindow_layout_policy_cascade.cpp307 …uint32_t newMaxHeight = static_cast<uint32_t>(static_cast<float>(newLimits.maxWidth_) / aspectRati… in CheckAspectRatioBySizeLimits() local
308 newLimits.maxHeight_ = std::min(newMaxHeight, newLimits.maxHeight_); in CheckAspectRatioBySizeLimits()
/foundation/window/window_manager/wm/src/
Dwindow_scene_session_impl.cpp361 …uint32_t newMaxHeight = static_cast<uint32_t>(static_cast<float>(newLimits.maxWidth_) / newLimits.… in UpdateWindowSizeLimits() local
362 newLimits.maxHeight_ = std::min(newMaxHeight, newLimits.maxHeight_); in UpdateWindowSizeLimits()