Searched refs:GetTabIndex (Results 1 – 10 of 10) sorted by relevance
100 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()
181 int32_t GetTabIndex() const in GetTabIndex() function
32 uint32_t GetTabIndex() const in GetTabIndex() function
89 index_ = parentNodeTmp->GetTabIndex(); in OnMounted()
131 lastIndex_ = parentNodeTmp->GetTabIndex(); in OnMounted()
191 int32_t GetTabIndex() const in GetTabIndex() function
63 tabIndex_ = focusableComponent->GetTabIndex(); in Update()
1908 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()
842 int32_t GetTabIndex() const in GetTabIndex() function
761 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), focusHub);925 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), nullptr);932 tabIndexNodes.emplace_back(focusHub->GetTabIndex(), focusHub);