Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp537 double tabMinHeight = std::max(0.0, innerLayout.GetMinSize().Height() - paddingVertical); in MakeInnerLayoutParam() local
541 tabMinHeight = tabMinHeight / tabsSize_; in MakeInnerLayoutParam()
544 …out.SetMinSize(Size(std::max(innerLayout.GetMinSize().Width(), 0.0), std::max(tabMinHeight, 0.0))); in MakeInnerLayoutParam()