Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp538 double tabMaxHeight = std::max(0.0, innerLayout.GetMaxSize().Height() - paddingVertical); in MakeInnerLayoutParam() local
542 tabMaxHeight = tabMaxHeight / tabsSize_; in MakeInnerLayoutParam()
546 … Size(std::max(GetLayoutParam().GetMaxSize().Width(), 0.0), std::max(tabMaxHeight, 0.0))); in MakeInnerLayoutParam()