Searched refs:constrainedHeight (Results 1 – 1 of 1) sorted by relevance
130 …double constrainedHeight = std::clamp(item->GetLayoutSize().Height(), GetLayoutParam().GetMinSize(… in DetermineStackSize() local133 height = std::max(height, constrainedHeight); in DetermineStackSize()134 lastChildHeight = constrainedHeight; in DetermineStackSize()143 double constrainedHeight = std::clamp(item->GetLayoutSize().Height(), in DetermineStackSize() local146 height = std::max(height, constrainedHeight); in DetermineStackSize()147 lastChildHeight = constrainedHeight; in DetermineStackSize()