Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h238 bool heightUpdated = UpdateHeightWhenSmaller(size); in UpdateSizeWhenSmaller()
255 bool UpdateHeightWhenSmaller(const SizeT& size) in UpdateHeightWhenSmaller() function
665 bool heightUpdated = UpdateHeightWhenSmaller(size); in UpdateSizeWhenSmaller()
682 bool UpdateHeightWhenSmaller(const SizeT<T>& size) in UpdateHeightWhenSmaller() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.h189 return maxSize.UpdateHeightWhenSmaller(size); in UpdateMaxHeightWithCheck()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp570 layoutConstraint_->selfIdealSize.UpdateHeightWhenSmaller(maxSize); in CheckSelfIdealSize()