Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_item_component.h35 …static RefPtr<Component> BuildWithTextIcon(const std::string& textStr, const std::string& iconUri);
H A Dtab_bar_item_component.cpp104 RefPtr<Component> TabBarItemComponent::BuildWithTextIcon(const std::string& textStr, const std::str… in BuildWithTextIcon() function in OHOS::Ace::TabBarItemComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.cpp170 return TabBarItemComponent::BuildWithTextIcon(labelStr, std::string()); in CreateTabBarLabelComponent()
197 return TabBarItemComponent::BuildWithTextIcon(textStr, iconVal.value()); in ProcessTabBarTextIconPair()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h187 TabBarItemComponent::BuildWithTextIcon( in AddTabBarElement()
238 TabBarItemComponent::BuildWithTextIcon(text, icon)); in UpdateTabBarElement()