Home
last modified time | relevance | path

Searched refs:GetBackgroundHoverColor (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_theme.h548 const Color& GetBackgroundHoverColor() const in GetBackgroundHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.cpp672 backgroundHoverColor_ = ToRSColor(theme->GetBackgroundHoverColor()); in SetCalendarTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h753 const Color& GetBackgroundHoverColor() const in GetBackgroundHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp287 …buttonPattern->SetBlendColor(theme->GetBackgroundPressedColor(), theme->GetBackgroundHoverColor()); in CreateBackButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp916 textFrameNode->GetRenderContext()->UpdateBackgroundColor(theme->GetBackgroundHoverColor()); in HandleTextHoverEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp218 …buttonPattern->SetBlendColor(theme->GetBackgroundPressedColor(), theme->GetBackgroundHoverColor()); in CreateMenuItemButton()
H A Dtitle_bar_pattern.cpp1266 …ButtonPattern->SetBlendColor(theme->GetBackgroundPressedColor(), theme->GetBackgroundHoverColor()); in OnColorConfigurationUpdate()
H A Dnavigation_model_ng.cpp636 …buttonPattern->SetBlendColor(theme->GetBackgroundPressedColor(), theme->GetBackgroundHoverColor()); in SetTitleMode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp225 …RenderContext->GetBackgroundColorValue().ColorToString(), theme->GetBackgroundHoverColor().ColorTo…