Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp921 int32_t nodeZIndex = GetNodeZIndex(*child); in UpdateAllZindex() local
922 nodeId2Zindex[(*child)->GetId()] = std::max(nodeZIndex, nodeId2Zindex[root->GetId()]); in UpdateAllZindex()