Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp536 double tabMaxWidth = std::max(0.0, innerLayout.GetMaxSize().Width() - paddingHorizontal); in MakeInnerLayoutParam() local
550 tabMaxWidth = tabMaxWidth / tabsSize_; in MakeInnerLayoutParam()
554 … Size(std::max(tabMaxWidth, 0.0), std::max(GetLayoutParam().GetMaxSize().Height(), 0.0))); in MakeInnerLayoutParam()