Home
last modified time | relevance | path

Searched refs:tabBarIndicator_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_component.cpp42 tabBarIndicator_ = AceType::MakeRefPtr<TabBarIndicatorComponent>(); in TabsComponent()
43 tabBar_ = AceType::MakeRefPtr<TabBarComponent>(tabBarChildren_, controller_, tabBarIndicator_); in TabsComponent()
H A Dtabs_component.h68 RefPtr<TabBarIndicatorComponent> tabBarIndicator_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp26 tabBarIndicator_ = AceType::MakeRefPtr<TabBarIndicatorComponent>(); in DOMTabBar()
27 tabBarChild_ = AceType::MakeRefPtr<TabBarComponent>(tabBars, controller, tabBarIndicator_); in DOMTabBar()
H A Ddom_tab_bar.h68 RefPtr<TabBarIndicatorComponent> tabBarIndicator_; variable