Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h98 bool CheckSetConstraint(const std::unique_ptr<MeasureProperty>& propertyPtr);
H A Dflex_layout_algorithm.cpp842 bool FlexLayoutAlgorithm::CheckSetConstraint(const std::unique_ptr<MeasureProperty>& propertyPtr) in CheckSetConstraint() function in OHOS::Ace::NG::FlexLayoutAlgorithm
868 bool needToConstraint = CheckSetConstraint(rawConstraint) && children.empty(); in Measure()