Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp508 uint32_t configuredMaxHeight = static_cast<uint32_t>(customizedLimits.maxHeight_ * virtualPixelRatio); in UpdateWindowSizeLimits() local
516 if (systemLimits.minHeight_ <= configuredMaxHeight && configuredMaxHeight <= systemLimits.maxHeight_) { in UpdateWindowSizeLimits()
517 newLimits.maxHeight_ = configuredMaxHeight; in UpdateWindowSizeLimits()

Completed in 2 milliseconds