Home
last modified time | relevance | path

Searched refs:BuildItems (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h175 void BuildItems(std::list<RefPtr<TabBarItemComponent>>& items);
H A Dtab_bar_element.cpp65 tabBar->BuildItems(tabs_); in Update()
H A Dtab_bar_component.cpp132 void TabBarComponent::BuildItems(std::list<RefPtr<TabBarItemComponent>>& items) in BuildItems() function in OHOS::Ace::TabBarComponent