Home
last modified time | relevance | path

Searched refs:alignRulesItem (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.h111 …const std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSe…
H A Drelative_container_layout_algorithm.cpp1167 …const std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSe… in PreTopologicalLoopDetectionGetAnchorSet() argument
1169 for (const auto& alignRule : alignRulesItem) { in PreTopologicalLoopDetectionGetAnchorSet()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp3176 ArkUI_AttributeItem alignRulesItem = {.size = 0, .object = alignRules}; variable
3177 nodeAPI->setAttribute(rootNode, NODE_ALIGN_RULES, &alignRulesItem);
3214 alignRulesItem.object = alignRules;
3215 nodeAPI->setAttribute(rootNode, NODE_ALIGN_RULES, &alignRulesItem);