Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h138 const Color& GetIconColor() const in GetIconColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_theme.h121 const Color& GetIconColor() const in GetIconColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp106 imageSourceInfo.SetFillColor(theme->GetIconColor()); in SetImageSourceInfoFillColor()
217 symbolProperty->UpdateSymbolColorList({ theme->GetIconColor() }); in UpdateSymbolBackButton()
261 auto iconColor = theme->GetIconColor(); in CreateDefaultBackButton()
299 symbolProperty->UpdateSymbolColorList({ theme->GetIconColor() }); in UpdateImageBackButton()
1261 iconColor = theme->GetIconColor(); in OnColorConfigurationUpdate()
H A Dnavigation_title_util.cpp294 iconColor = theme->GetIconColor(); in CreateBarItemIconNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h143 const Color& GetIconColor() const in GetIconColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp49 color = theme->GetIconColor(); in SetIconColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_theme.h113 const Color& GetIconColor() const in GetIconColor() function
H A Dsecurity_component_pattern.cpp377 … if (scPaintProp->GetIconColor().has_value() && iconLayoutProp->GetImageSourceInfo().has_value()) { in UpdateIconProperty()
379 iconSrcInfo.SetFillColor(scPaintProp->GetIconColor().value()); in UpdateIconProperty()
H A Dsecurity_component_model_ng.cpp176 imageSourceInfo.SetFillColor(secCompTheme->GetIconColor()); in SetDefaultIconStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar_item.cpp233 imageChild_->SetColor(theme_->GetIconColor()); in BuildEndItemComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_theme.h492 const Color& GetIconColor() const in GetIconColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1391 imageRenderProperty->UpdateSvgFillColor(videoTheme->GetIconColor()); in OnModifyDone()
1393 renderContext->UpdateForegroundColor(videoTheme->GetIconColor()); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp259 auto iconColor = theme->GetIconColor(); in CreateSymbolBackButton()