Home
last modified time | relevance | path

Searched refs:CheckSelfIdealSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h402 void CheckSelfIdealSize(const LayoutConstraintF& parentConstraint, const SizeF& originMax);
H A Dlayout_property.cpp403 CheckSelfIdealSize(parentConstraint, originMax); in UpdateLayoutConstraint()
543 void LayoutProperty::CheckSelfIdealSize(const LayoutConstraintF& parentConstraint, const SizeF& ori… in CheckSelfIdealSize() function in OHOS::Ace::NG::LayoutProperty