Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_v2.h32 menuIconSize_(theme_->GetMenuIconSize()) in NavigationBarBuilder()
H A Dnavigation_bar_component.h161 …: theme_(theme), menuZoneSize_(theme_->GetMenuZoneSize()), menuIconSize_(theme_->GetMenuIconSize()) in CommonBuilder()
H A Dnavigation_bar_theme.h249 const Dimension& GetMenuIconSize() const in GetMenuIconSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp115 param.SetSymbolUserDefinedIdealFontSize(theme->GetMenuIconSize()); in CreateMenuItems()
291 auto iconWidth = theme->GetMenuIconSize(); in CreateBarItemIconNode()
292 auto iconHeight = theme->GetMenuIconSize(); in CreateBarItemIconNode()
428 auto iconSize = theme->GetMenuIconSize(); in BuildImageMoreItemNode()
442 auto iconSize = theme->GetMenuIconSize(); in BuildSymbolMoreItemNode()
H A Dbar_item_layout_algorithm.cpp159 … iconSize_ = isUsedInToolbarConfiguratuon ? theme->GetToolbarIconSize() : theme->GetMenuIconSize(); in Measure()
H A Dnav_bar_pattern.cpp149 param.SetSymbolUserDefinedIdealFontSize(theme->GetMenuIconSize()); in CreateMenuItems()
H A Dtitle_bar_layout_algorithm.cpp948 iconSize_ = theme->GetMenuIconSize(); in InitializeTheme()
H A Dnavigation_model_ng.cpp112 auto iconSize = theme->GetMenuIconSize(); in CreateBarItemIconNode()