Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_theme.h512 const Dimension& GetIconBackgroundHeight() const in GetIconBackgroundHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp307 …lcSize(CalcLength(theme->GetIconBackgroundWidth()), CalcLength(theme->GetIconBackgroundHeight()))); in CreateBackButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp238 auto iconBackgroundHeight = theme->GetIconBackgroundHeight(); in CreateMenuItemButton()
H A Dnavigation_model_ng.cpp651 backButtonHeight = theme->GetIconBackgroundHeight(); in SetTitleMode()