Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h160 void GenerateOneDepthVisibleFrame(std::list<RefPtr<FrameNode>>& visibleList);
H A Dui_node.cpp956 void UINode::GenerateOneDepthVisibleFrame(std::list<RefPtr<FrameNode>>& visibleList) in GenerateOneDepthVisibleFrame() function in OHOS::Ace::NG::UINode
H A Dframe_node.cpp2485 UINode::GenerateOneDepthVisibleFrame(visibleList); in OnGenerateOneDepthVisibleFrame()
3548 node->GenerateOneDepthVisibleFrame(children); in GetAllDepthChildrenCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2188 host->GenerateOneDepthVisibleFrame(childrens); in MultiSelectWithoutKeyboard()
2227 itemGroupNode->GenerateOneDepthVisibleFrame(childrens); in HandleCardModeSelectedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp189 host->GenerateOneDepthVisibleFrame(children); in MultiSelectWithoutKeyboard()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp751 ZERO->GenerateOneDepthVisibleFrame(visibleList);