Home
last modified time | relevance | path

Searched refs:GetBarElementId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_item_element.cpp33 if (component->GetBarElementId() != ElementRegister::UndefinedElementId) { in Update()
34 tabBarItemElementId_ = component->GetBarElementId(); in Update()
H A Dtabs_helper.h227 id = tabContentItemElement->GetBarElementId(); in UpdateTabBarElement()
231 id = tabContentItemComponent->GetBarElementId(); in UpdateTabBarElement()
264 elementId = tabContentItemElement->GetBarElementId(); in SetTabBarElementIndex()
266 elementId = tabContentItemComponent->GetBarElementId(); in SetTabBarElementIndex()
H A Dtab_content_item_element.h41 ElementIdType GetBarElementId() const in GetBarElementId() function
H A Dtab_content_item_component.h69 ElementIdType GetBarElementId() const in GetBarElementId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.cpp140 if (tabContentItemComponent->GetBarElementId() == ElementRegister::UndefinedElementId) { in SetTabBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp292 TabsHelper::RemoveTabBarItemById(tabContentItemComponent->GetBarElementId()); in ~TabContentItemElementProxy()
344 tabContentItemComponent->SetBarElementId(oldComponent->GetBarElementId()); in LocalizedUpdate()