Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.h115 int32_t GetIndexForTabBarItem(const RefPtr<RenderNode>& child) const in GetIndexForTabBarItem() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h338 auto idx = renderTabBar->GetIndexForTabBarItem(child); in GetTabBarElementIndex()