Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dlayout_param.h85 bool IsHeightValid() const in IsHeightValid() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp187 } else if (constraints_.IsHeightValid()) { in CalculateHeight()
198 if (!GetLayoutParam().HasUsedConstraints() && constraints_.IsHeightValid()) { in CalculateHeight()
318 …ayoutParam().HasUsedConstraints() || constraints_.IsWidthValid() || constraints_.IsHeightValid()) { in ConvertConstraintsToPx()
466 …tSetByParent.HasUsedConstraints() && constraints_.IsWidthValid() && constraints_.IsHeightValid()) { in AdjustSizeByAspectRatio()
H A Dbox_base_component.h111 if (!constraints.IsWidthValid() || !constraints.IsHeightValid()) { in SetConstraints()