Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tabs.h32 uint32_t GetTabIndex() const in GetTabIndex() function in OHOS::Ace::Framework::final
H A Ddom_tab_content.cpp89 index_ = parentNodeTmp->GetTabIndex(); in OnMounted()
H A Ddom_tab_bar.cpp131 lastIndex_ = parentNodeTmp->GetTabIndex(); in OnMounted()
/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp91 if (scope->GetTabIndex() > 0) { in CollectTabIndexNodes()
92 tabIndexNodes.emplace_back(scope->GetTabIndex(), WeakClaim(AceType::RawPtr(scope))); in CollectTabIndexNodes()
100 if (node->IsFocusable() && node->GetTabIndex() > 0) { in CollectTabIndexNodes()
101 tabIndexNodes.emplace_back(node->GetTabIndex(), WeakClaim(AceType::RawPtr(node))); in CollectTabIndexNodes()
H A Dfocus_node.h181 int32_t GetTabIndex() const in GetTabIndex() function in OHOS::Ace::FocusNode
/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h191 int32_t GetTabIndex() const in GetTabIndex() function in OHOS::Ace::final
H A Dfocusable_element.cpp63 tabIndex_ = focusableComponent->GetTabIndex(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1912 CHECK_NULL_RETURN(parent, GetTabIndex() == 0);
1913 return (GetTabIndex() == 0) && (parent->GetTabIndex() == 0);
1982 if (GetTabIndex() > 0 && IsFocusableWholePath()) {
1983 tabIndexNodes.emplace_back(GetTabIndex(), WeakClaim(this));
2717 tabIndex = hub->GetTabIndex();
H A Dfocus_hub.h833 int32_t GetTabIndex() const in GetTabIndex() function in OHOS::Ace::NG::FocusHub
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp761 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), focusHub); in HWTEST_F()
925 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), nullptr); in HWTEST_F()
932 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), focusHub); in HWTEST_F()

Completed in 12 milliseconds