Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp307 uint32_t newMaxHeight = static_cast<uint32_t>(static_cast<float>(newLimits.maxWidth_) / aspectRatio); in CheckAspectRatioBySizeLimits() local
H A Dwindow_layout_policy.cpp541 uint32_t newMaxHeight = static_cast<uint32_t>(static_cast<float>(newLimits.maxWidth_) / newLimits.minRatio_); in UpdateWindowSizeLimits() local
/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

Completed in 11 milliseconds