Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp130 …double constrainedHeight = std::clamp(item->GetLayoutSize().Height(), GetLayoutParam().GetMinSize(… in DetermineStackSize() local
133 height = std::max(height, constrainedHeight); in DetermineStackSize()
134 lastChildHeight = constrainedHeight; in DetermineStackSize()
143 double constrainedHeight = std::clamp(item->GetLayoutSize().Height(), in DetermineStackSize() local
146 height = std::max(height, constrainedHeight); in DetermineStackSize()
147 lastChildHeight = constrainedHeight; in DetermineStackSize()