Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h164 void GenerateOneDepthAllFrame(std::list<RefPtr<FrameNode>>& visibleList);
H A Dui_node.cpp1016 void UINode::GenerateOneDepthAllFrame(std::list<RefPtr<FrameNode>>& visibleList) in GenerateOneDepthAllFrame() function in OHOS::Ace::NG::UINode
H A Dframe_node.cpp3706 GenerateOneDepthAllFrame(children); in FindChildByPosition()
3735 GenerateOneDepthAllFrame(children); in FindChildByPositionWithoutChildTransform()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp241 host->GenerateOneDepthAllFrame(children); in ClearMultiSelect()
1558 host->GenerateOneDepthAllFrame(children); in UpdateRectOfDraggedInItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2255 host->GenerateOneDepthAllFrame(children); in ClearMultiSelect()
2268 child->GenerateOneDepthAllFrame(itemChildren); in ClearMultiSelect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp770 ZERO->GenerateOneDepthAllFrame(visibleList);