Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp509 uint32_t configuredMinWidth = static_cast<uint32_t>(customizedLimits.minWidth_ * virtualPixelRatio); in UpdateWindowSizeLimits() local
519 if (systemLimits.minWidth_ <= configuredMinWidth && configuredMinWidth <= newLimits.maxWidth_) { in UpdateWindowSizeLimits()
520 newLimits.minWidth_ = configuredMinWidth; in UpdateWindowSizeLimits()

Completed in 2 milliseconds