Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.h143 Size GetTabItemChildLayoutSize(const RefPtr<RenderNode>& child) const;
H A Drender_tab_bar.cpp592 auto childSize = GetTabItemChildLayoutSize(item); in MakeIndicatorLayoutParam()
622 Size childSize = GetTabItemChildLayoutSize(item); in MakeIndicatorOffset()
645 Size RenderTabBar::GetTabItemChildLayoutSize(const RefPtr<RenderNode>& item) const in GetTabItemChildLayoutSize() function in OHOS::Ace::RenderTabBar