Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp177 backDecoration->SetBackgroundColor(theme_->GetMenuBackgroundColor()); in BuildToolBar()
218 button->SetBackgroundColor(theme_->GetMenuBackgroundColor()); in BuildButton()
221 button->SetFocusColor(theme_->GetMenuBackgroundColor()); in BuildButton()
246 button->SetFocusColor(theme_->GetMenuBackgroundColor()); in BuildMoreIconButton()
274 backDecoration->SetBackgroundColor(theme_->GetMenuBackgroundColor()); in BuildAnimation()
H A Dtext_overlay_theme.h118 const Color& GetMenuBackgroundColor() const in GetMenuBackgroundColor() function
H A Drosen_render_text_overlay.cpp337 clipColor_ = theme->GetMenuBackgroundColor(); in InitMoreButtonPaintColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp1375 …selectMenu_->GetRenderContext()->UpdateBackgroundColor(textOverlayTheme->GetMenuBackgroundColor()); in SelectMenuAndInnerInitProperty()