Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp92 void FocusNode::CollectTabIndexNodes(TabIndexNodeList& tabIndexNodes) in CollectTabIndexNodes() function in OHOS::Ace::FocusNode
106 child->CollectTabIndexNodes(tabIndexNodes); in CollectTabIndexNodes()
158 mainNode->CollectTabIndexNodes(tabIndexNodes); in HandleFocusByTabIndex()
H A Dfocus_node.h47 void CollectTabIndexNodes(TabIndexNodeList& tabIndexNodes);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_view.cpp340 viewFocusHub->CollectTabIndexNodes(tabIndexNodes); in TriggerFocusMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h158 void CollectTabIndexNodes(const RefPtr<FocusNode>& rootNode);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp480 focusHub->CollectTabIndexNodes(list);
484 focusHub->CollectTabIndexNodes(list);
615 focusHub->CollectTabIndexNodes(list);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1976 void FocusHub::CollectTabIndexNodes(TabIndexNodeList& tabIndexNodes) in CollectTabIndexNodes() function in OHOS::Ace::NG::FocusHub
1983 child->CollectTabIndexNodes(tabIndexNodes); in CollectTabIndexNodes()
2221 CollectTabIndexNodes(tabIndexNodes); in HandleFocusByTabIndex()
H A Dfocus_hub.h536 void CollectTabIndexNodes(TabIndexNodeList& tabIndexNodes);