Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp607 uint32_t cascadeHeight = static_cast<uint32_t>(WINDOW_TITLE_BAR_HEIGHT * virtualPixelRatio); in StepCascadeRect() local
617 cascadeRect.posY_ = (rect.posY_ + static_cast<int32_t>(cascadeHeight) >= limitRect.posY_) && in StepCascadeRect()
618 (rect.posY_ + static_cast<int32_t>(rect.height_ + cascadeHeight) <= in StepCascadeRect()
620 (rect.posY_ + static_cast<int32_t>(cascadeHeight)) : limitRect.posY_; in StepCascadeRect()

Completed in 3 milliseconds