Home
last modified time | relevance | path

Searched refs:GetTabIndex (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp100 if (scope->GetTabIndex() > 0) { in CollectTabIndexNodes()
101 tabIndexNodes.emplace_back(scope->GetTabIndex(), WeakClaim(AceType::RawPtr(scope))); in CollectTabIndexNodes()
109 if (node->IsFocusable() && node->GetTabIndex() > 0) { in CollectTabIndexNodes()
110 tabIndexNodes.emplace_back(node->GetTabIndex(), WeakClaim(AceType::RawPtr(node))); in CollectTabIndexNodes()
H A Dfocus_node.h181 int32_t GetTabIndex() const in GetTabIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tabs.h32 uint32_t GetTabIndex() const in GetTabIndex() function
H A Ddom_tab_content.cpp89 index_ = parentNodeTmp->GetTabIndex(); in OnMounted()
H A Ddom_tab_bar.cpp131 lastIndex_ = parentNodeTmp->GetTabIndex(); in OnMounted()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h191 int32_t GetTabIndex() const in GetTabIndex() function
H A Dfocusable_element.cpp63 tabIndex_ = focusableComponent->GetTabIndex(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1908 CHECK_NULL_RETURN(parent, GetTabIndex() == 0); in IsFocusableNodeByTab()
1909 return (GetTabIndex() == 0) && (parent->GetTabIndex() == 0); in IsFocusableNodeByTab()
1978 if (GetTabIndex() > 0 && IsFocusableWholePath()) { in CollectTabIndexNodes()
1979 tabIndexNodes.emplace_back(GetTabIndex(), WeakClaim(this)); in CollectTabIndexNodes()
2710 tabIndex = hub->GetTabIndex(); in ToJsonValue()
H A Dfocus_hub.h842 int32_t GetTabIndex() const in GetTabIndex() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp761 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), focusHub);
925 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), nullptr);
932 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), focusHub);