Home
last modified time | relevance | path

Searched refs:tabIndex_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tabs.cpp60 tabIndex_ = std::max(0, StringToInt(attr.second)); in SetSpecializedAttr()
62 tabController_->SetIndexByController(tabIndex_); in SetSpecializedAttr()
66 AceType::DynamicCast<DOMTabBar>(domChild)->UpdateIndex(tabIndex_); in SetSpecializedAttr()
H A Ddom_tabs.h34 return tabIndex_; in GetTabIndex()
94 uint32_t tabIndex_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h193 return tabIndex_; in GetTabIndex()
198 tabIndex_ = tabIndex; in SetTabIndex()
262 int32_t tabIndex_ = 0; variable
H A Dfocusable_element.cpp63 tabIndex_ = focusableComponent->GetTabIndex(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h183 return tabIndex_; in GetTabIndex()
188 tabIndex_ = tabIndex; in SetTabIndex()
281 int32_t tabIndex_ = 0; variable
H A Dfocus_node.cpp210 return (tabIndex_ == 0) && (parent->tabIndex_ == 0); in IsFocusableByTab()
212 return tabIndex_ == 0; in IsFocusableByTab()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h355 int32_t tabIndex_ = 0; variable
844 return focusCallbackEvents_ ? focusCallbackEvents_->tabIndex_ : 0; in GetTabIndex()
851 focusCallbackEvents_->tabIndex_ = tabIndex; in SetTabIndex()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp477 focusHub1->focusCallbackEvents_->tabIndex_ = 1;
483 focusHub->focusCallbackEvents_->tabIndex_ = 1;
667 focusHub->focusCallbackEvents_->tabIndex_ = 1;
1067 focusHub1->focusCallbackEvents_->tabIndex_ = 1;