Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.cpp41 auto tabBar = tabsComponent->GetTabBarChild(); in Create()
72 auto tabBar = component->GetTabBarChild(); in SetTabBarPosition()
81 auto tabBar = component->GetTabBarChild(); in SetTabBarMode()
90 auto tabBar = component->GetTabBarChild(); in SetTabBarWidth()
101 auto tabBar = component->GetTabBarChild(); in SetTabBarHeight()
117 auto tabBar = tabsComponent->GetTabBarChild(); in SetIsVertical()
H A Dtab_content_model_impl.cpp50 auto tabBar = tabsComponent->GetTabBarChild(); in Create()
97 auto tabBar = tabs ? tabs->GetTabBarChild() : nullptr; in SetTabBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_component.h55 RefPtr<TabBarComponent> GetTabBarChild() const in GetTabBarChild() function