Home
last modified time | relevance | path

Searched refs:GetButtonHoverColor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp35 button->SetHoverColor(theme->GetButtonHoverColor()); in BuildIconButton()
H A Dnavigation_bar_theme.h273 const Color& GetButtonHoverColor() const in GetButtonHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h138 const Color& GetButtonHoverColor() const in GetButtonHoverColor() function
H A Dtext_overlay_component.cpp219 button->SetHoverColor(theme_->GetButtonHoverColor()); in BuildButton()
244 button->SetHoverColor(theme_->GetButtonHoverColor()); in BuildMoreIconButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h116 const Color& GetButtonHoverColor() const in GetButtonHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp251 auto hoverColor = theme->GetButtonHoverColor(); in ButtonOnHover()
312 auto hoverColor = theme->GetButtonHoverColor(); in ButtonOnPress()