Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h149 auto tabBarItemChild = ElementRegister::GetInstance()->GetElementById(id); in RemoveTabBarItemById() local
150 if (!tabBarItemChild) { in RemoveTabBarItemById()
154 auto parent = FindFirstParentOfType<TabBarElement>(tabBarItemChild); in RemoveTabBarItemById()