Searched refs:GetMenuIconColor (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 1023 props->UpdateSymbolColorList({ selectTheme->GetMenuIconColor() }); in UpdateImageNode() 1039 selectTheme->GetMenuIconColor(), userIcon.empty()); in UpdateImageNode() 1057 props->UpdateSymbolColorList({ selectTheme->GetMenuIconColor() }); in UpdateSymbolNode() 1078 selectTheme->GetMenuIconColor(), userIcon.empty()); in UpdateSymbolNode() 1161 selectTheme->GetMenuIconColor(), true); in AddExpandIcon() 1221 imageSourceInfo.SetFillColor(selectTheme->GetMenuIconColor()); in AddStackSubMenuHeader() 1312 props->UpdateSymbolColorList({ selectTheme->GetMenuIconColor() }); in UpdateImageIcon() 1323 …UpdateIconSrc(iconNode, iconWidth, iconHeight, selectTheme->GetMenuIconColor(), useDefaultThemeIco… in UpdateImageIcon() 1358 props->UpdateSymbolColorList({ selectTheme->GetMenuIconColor() }); in UpdateSymbolIcon() 1371 UpdateIconSrc(iconNode, iconWidth, iconHeight, selectTheme->GetMenuIconColor(), false); in UpdateSymbolIcon()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_v2.cpp | 44 backIcon.image->SetColor(theme_->GetMenuIconColor()); in BuildMiniLayer() 235 moreIcon.image->SetColor(theme_->GetMenuIconColor()); in AddMenu()
|
H A D | navigation_bar_component.cpp | 173 moreIcon.image->SetImageFill(theme_->GetMenuIconColor()); in AddCollapseMenu() 262 backIcon.image->SetColor(theme_->GetMenuIconColor()); in BuildStartZone()
|
H A D | navigation_bar_theme.h | 257 const Color& GetMenuIconColor() const in GetMenuIconColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 142 props->UpdateSymbolColorList({theme->GetMenuIconColor()}); in CreateSymbol() 194 pastePaintProperty->UpdateIconColor(theme->GetMenuIconColor()); in CreatePasteButton()
|
H A D | option_pattern.cpp | 123 iconRenderProperty->UpdateSvgFillColor(selectTheme->GetMenuIconColor()); in UpdateIconSrc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_title_util.cpp | 289 Color iconColor = theme->GetMenuIconColor(); in CreateBarItemIconNode() 422 info.SetFillColor(theme->GetMenuIconColor()); in BuildImageMoreItemNode() 424 info.SetFillColor(theme->GetMenuIconColor().BlendOpacity(theme->GetAlphaDisabled())); in BuildImageMoreItemNode() 451 symbolProperty->UpdateSymbolColorList({ theme->GetMenuIconColor() }); in BuildSymbolMoreItemNode() 453 …symbolProperty->UpdateSymbolColorList({ theme->GetMenuIconColor().BlendOpacity(theme->GetAlphaDisa… in BuildSymbolMoreItemNode()
|
H A D | navigation_model_ng.cpp | 106 info.SetFillColor(theme->GetMenuIconColor().BlendOpacity(theme->GetAlphaDisabled())); in CreateBarItemIconNode() 108 info.SetFillColor(theme->GetMenuIconColor()); in CreateBarItemIconNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_theme.h | 148 const Color& GetMenuIconColor() const in GetMenuIconColor() function
|
H A D | text_overlay_component.cpp | 385 image->SetImageFill(theme_->GetMenuIconColor()); in BuildMenuOption()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_theme.h | 156 const Color& GetMenuIconColor() const in GetMenuIconColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | service_collaboration_menu_ace_helper.cpp | 141 info.SetFillColor(richTheme->GetMenuIconColor()); in CreateEndIcon() 167 info.SetFillColor(richTheme->GetMenuIconColor()); in CreateStartIcon()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_theme.h | 839 const Color& GetMenuIconColor() const in GetMenuIconColor() function
|