Home
last modified time | relevance | path

Searched defs:LayoutConstraintT (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.h29 struct LayoutConstraintT { struct
34 OptionalSize<T> parentIdealSize;
35 OptionalSize<T> selfIdealSize;
68 static bool CompareWithInfinityCheck(float first, float second) in CompareWithInfinityCheck()
128 bool UpdateSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateSelfMarginSizeWithCheck()
144 bool UpdateIllegalSelfIdealSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfIdealSizeWithCheck()
152 bool UpdateParentIdealSizeWithCheck(const OptionalSize<T>&& size) in UpdateParentIdealSizeWithCheck()
168 bool UpdateMaxSizeWithCheck(const SizeT<T>& size) in UpdateMaxSizeWithCheck()
176 bool UpdateMaxWidthWithCheck(const SizeT<T>& size) in UpdateMaxWidthWithCheck()
184 bool UpdateMaxHeightWithCheck(const SizeT<T>& size) in UpdateMaxHeightWithCheck()
[all …]