Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp225 node->GetOneDepthVisibleFrame(children); in Get()
369 node->GetOneDepthVisibleFrame(children); in GetSync()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp119 node->GetOneDepthVisibleFrame(children);
148 node->GetOneDepthVisibleFrame(children);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h203 void GetOneDepthVisibleFrame(std::list<RefPtr<FrameNode>>& children);
H A Dframe_node.cpp613 void FrameNode::GetOneDepthVisibleFrame(std::list<RefPtr<FrameNode>>& children) in GetOneDepthVisibleFrame() function in OHOS::Ace::NG::FrameNode