Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.h78 bool IsAlignRuleInChain(const AlignDirection& direction, const std::string& nodeName);
H A Drelative_container_layout_algorithm.cpp1087 bool RelativeContainerLayoutAlgorithm::IsAlignRuleInChain(const AlignDirection& direction, const st… in IsAlignRuleInChain() function in OHOS::Ace::NG::RelativeContainerLayoutAlgorithm
1128 if (IsAlignRuleInChain(alignRule.first, mapItem.first)) { in GetDependencyRelationship()