Home
last modified time | relevance | path

Searched refs:tabBarChild_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp27 tabBarChild_ = AceType::MakeRefPtr<TabBarComponent>(tabBars, controller, tabBarIndicator_); in DOMTabBar()
102 if (tabBarChild_) { in OnChildNodeAdded()
103 tabBarChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
135 tabBarChild_->SetController(controller); in OnMounted()
145 if (tabBarChild_) { in OnChildNodeRemoved()
146 tabBarChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
158 tabBarChild_->SetIndicatorColor(indicatorColor_.value()); in ResetInitializedStyle()
160 tabBarChild_->InitStyle(theme); in ResetInitializedStyle()
175 tabBarChild_->SetTextDirection(IsRightToLeft() ? TextDirection::RTL : TextDirection::LTR); in PrepareSpecializedComponent()
176 tabBarChild_ in PrepareSpecializedComponent()
[all...]
H A Ddom_tab_bar.h38 return tabBarChild_;
50 tabBarChild_->SetVertical(vertical_); in SetVertical()
67 RefPtr<TabBarComponent> tabBarChild_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds