Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dlayout_constraint.h29 struct LayoutConstraintT { struct
52 bool operator==(const LayoutConstraintT& layoutConstraint) const argument
65 bool EqualWithoutPercentWidth(const LayoutConstraintT& layoutConstraint) const in EqualWithoutPercentWidth() argument
73 bool EqualWithoutPercentHeight(const LayoutConstraintT& layoutConstraint) const in EqualWithoutPercentHeight() argument
81 bool UpdateSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateSelfMarginSizeWithCheck()
89 bool UpdateIllegalSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfMarginSizeWithCheck()
97 bool UpdateIllegalSelfIdealSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfIdealSizeWithCheck()
105 bool UpdateParentIdealSizeWithCheck(const OptionalSize<T>&& size) in UpdateParentIdealSizeWithCheck()
113 bool UpdateIllegalParentIdealSizeWithCheck(const OptionalSize<T>&& size) in UpdateIllegalParentIdealSizeWithCheck()
121 bool UpdateMaxSizeWithCheck(const SizeT<T>& size) in UpdateMaxSizeWithCheck()
[all …]