Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp74 layoutNode->GetOneDepthVisibleFrameWithOffset(children, offset); in SetLayoutNodeRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp179 node->GetOneDepthVisibleFrameWithOffset(children, Offset);
209 node->GetOneDepthVisibleFrameWithOffset(children, Offset);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h205 void GetOneDepthVisibleFrameWithOffset(std::list<RefPtr<FrameNode>>& children, OffsetF& offset);
H A Dframe_node.cpp621 void FrameNode::GetOneDepthVisibleFrameWithOffset(std::list<RefPtr<FrameNode>>& children, OffsetF& … in GetOneDepthVisibleFrameWithOffset() function in OHOS::Ace::NG::FrameNode