Home
last modified time | relevance | path

Searched refs:GetBackButtonIconColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp160 …paintProperty->UpdateSvgFillColor(theme->GetBackButtonIconColor().BlendOpacity(theme->GetAlphaDisa… in HandleDefaultIconForNavDestination()
162 paintProperty->UpdateSvgFillColor(theme->GetBackButtonIconColor()); in HandleDefaultIconForNavDestination()
241 symbolProperty->UpdateSymbolColorList({ theme->GetBackButtonIconColor() }); in UpdateSymbolBackButton()
273 auto iconColor = theme->GetBackButtonIconColor(); in CreateDefaultBackButton()
1259 auto iconColor = theme->GetBackButtonIconColor(); in OnColorConfigurationUpdate()
H A Dnavigation_model_ng.cpp540 { theme->GetBackButtonIconColor().BlendOpacity(theme->GetAlphaDisabled()) }); in CreateSymbolBackIcon()
542 symbolProperty->UpdateSymbolColorList({ theme->GetBackButtonIconColor() }); in CreateSymbolBackIcon()
560 auto iconColor = theme->GetBackButtonIconColor(); in CreateImageBackIcon()
1356 …imageSourceInfo.SetFillColor(theme->GetBackButtonIconColor().BlendOpacity(theme->GetAlphaDisabled(… in SetTitleMode()
1358 imageSourceInfo.SetFillColor(theme->GetBackButtonIconColor()); in SetTitleMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_theme.h310 const Color& GetBackButtonIconColor() const in GetBackButtonIconColor() function