Home
last modified time | relevance | path

Searched refs:chainNodes (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.cpp353 AlignRulesItem& currentAlignRules, std::vector<std::string>& chainNodes, in CheckNodeInHorizontalChain() argument
376 chainNodes.emplace_back(nextNode); in CheckNodeInHorizontalChain()
416 std::vector<std::string> chainNodes; in CheckHorizontalChain() local
417 chainNodes.emplace_back(currentNode); in CheckHorizontalChain()
424 CHECK_NULL_VOID(IsAnchorLegal(rightAnchor.anchor) && chainNodes.size() > 1); in CheckHorizontalChain()
429 chainParam.ids = chainNodes; in CheckHorizontalChain()
443 AlignRulesItem& currentAlignRules, std::vector<std::string>& chainNodes, in CheckNodeInVerticalChain() argument
466 chainNodes.emplace_back(nextNode); in CheckNodeInVerticalChain()
506 std::vector<std::string> chainNodes; in CheckVerticalChain() local
507 chainNodes.emplace_back(currentNode); in CheckVerticalChain()
[all …]
H A Drelative_container_layout_algorithm.h94 AlignRulesItem& currentAlignRules, std::vector<std::string>& chainNodes,
98 std::vector<std::string>& chainNodes, AlignRule& bottomAnchor, float& totalChainWeight);