Searched refs:tabBarIndicator_ (Results 1 – 4 of 4) sorted by relevance
42 tabBarIndicator_ = AceType::MakeRefPtr<TabBarIndicatorComponent>(); in TabsComponent()43 tabBar_ = AceType::MakeRefPtr<TabBarComponent>(tabBarChildren_, controller_, tabBarIndicator_); in TabsComponent()
68 RefPtr<TabBarIndicatorComponent> tabBarIndicator_; variable
26 tabBarIndicator_ = AceType::MakeRefPtr<TabBarIndicatorComponent>(); in DOMTabBar()27 tabBarChild_ = AceType::MakeRefPtr<TabBarComponent>(tabBars, controller, tabBarIndicator_); in DOMTabBar()