Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_theme.h338 const Dimension& GetBottomTabTextSize() const in GetBottomTabTextSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp373 textLayoutProperty->UpdateFontSize(tabTheme->GetBottomTabTextSize()); in AddTabBarItem()
H A Dtab_bar_layout_algorithm.cpp763 … isVertical ? tabTheme->GetBottomTabTextSize() : tabTheme->GetBottomTabHorizontalTextSize()); in ApplyLayoutMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp507 labelStyle.fontSize = tabTheme->GetBottomTabTextSize(); in CompleteParameters()