Home
last modified time | relevance | path

Searched refs:anchorName (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.h79 void InsertToReliedOnMap(const std::string& anchorName, const std::string& nodeName);
138 bool IsAnchorLegal(const std::string& anchorName);
H A Drelative_container_layout_algorithm.cpp1106 void RelativeContainerLayoutAlgorithm::InsertToReliedOnMap(const std::string& anchorName, const std… in InsertToReliedOnMap() argument
1108 auto iter = reliedOnMap_.find(anchorName); in InsertToReliedOnMap()
1112 reliedOnMap_[anchorName] = reliedList; in InsertToReliedOnMap()
1881 bool RelativeContainerLayoutAlgorithm::IsAnchorLegal(const std::string& anchorName) in IsAnchorLegal() argument
1883 if (!IsAnchorContainer(anchorName) && !IsGuideline(anchorName) && !IsBarrier(anchorName) && in IsAnchorLegal()
1884 idNodeMap_.find(anchorName) == idNodeMap_.end()) { in IsAnchorLegal()