Searched refs:nodeId2Zindex (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 843 std::unordered_map<int32_t, int32_t>& nodeId2Zindex) in CheckSecurityComponentStatus() argument 875 std::unordered_map<int32_t, int32_t>& nodeId2Zindex) in CheckRectIntersect() argument 879 (nodeId2Zindex[secNodeId] <= nodeId2Zindex[originRect.first]) && in CheckRectIntersect() 914 std::unordered_map<int32_t, int32_t>& nodeId2Zindex) in UpdateAllZindex() argument 916 if (nodeId2Zindex.count(root->GetId()) == 0) { in UpdateAllZindex() 917 nodeId2Zindex[root->GetId()] = GetNodeZIndex(root); in UpdateAllZindex() 922 nodeId2Zindex[(*child)->GetId()] = std::max(nodeZIndex, nodeId2Zindex[root->GetId()]); in UpdateAllZindex() 923 UpdateAllZindex(*child, nodeId2Zindex); in UpdateAllZindex() 934 std::unordered_map<int32_t, int32_t> nodeId2Zindex; in CheckComponentCoveredStatus() local 935 UpdateAllZindex(root, nodeId2Zindex); in CheckComponentCoveredStatus() [all …]
|
H A D | security_component_handler.h | 89 std::unordered_map<int32_t, int32_t>& nodeId2Zindex); 92 std::unordered_map<int32_t, int32_t>& nodeId2Zindex); 99 …d UpdateAllZindex(const RefPtr<UINode>& root, std::unordered_map<int32_t, int32_t>& nodeId2Zindex);
|