Home
last modified time | relevance | path

Searched refs:SetClickedColor (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h65 SetClickedColor(theme->GetClickedColor()); in SetTheme()
141 void SetClickedColor(const Color& clickedColor) in SetClickedColor() function
143 theme_->SetClickedColor(clickedColor); in SetClickedColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp84 buttonComponent->SetClickedColor(buttonTheme->GetClickedColor()); in Build()
240 void ButtonComponent::SetClickedColor(const Color& color) in SetClickedColor() function in OHOS::Ace::ButtonComponent
242 declaration_->SetClickedColor(color); in SetClickedColor()
H A Dbutton_component.h91 void SetClickedColor(const Color& color);
H A Drender_button.h97 void SetClickedColor(const Color& clickColor) in SetClickedColor() function
H A Drender_button.cpp875 SetClickedColor(backgroundColor_); // starting animation color in OnStatusStyleChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h83 void SetClickedColor(const Color& clickedColor) in SetClickedColor() function
85 theme_->SetClickedColor(clickedColor); in SetClickedColor()
H A Dselect_theme.h480 void SetClickedColor(const Color& value) in SetClickedColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp264 button->SetClickedColor(clickColor); in SetButtonClickColor()
392 button->SetClickedColor(calendarTheme.clickEffectColor); in BuildCardCalendarTitle()
462 button->SetClickedColor(calendarTheme.clickEffectColor); in InitCardButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp33 button->SetClickedColor(theme->GetButtonPressedColor()); in BuildIconButton()
H A Dnavigation_bar_component.cpp198 selectPopup_->SetClickedColor(Color::TRANSPARENT); in BuildSelectPopup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp156 TextStyle& style) { component->SetClickedColor(node.ParseColor(value)); } }, in SetChildStyle()
222 … component->SetClickedColor(component->GetBackgroundColor().BlendColor(theme->GetClickedColor())); in SetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_option.cpp44 selectOptionComponent_->SetClickedColor(theme_->GetClickedColor()); in ResetInitializedStyle()
H A Ddom_select.cpp55 selectComponent_->SetClickedColor(theme_->GetClickedColor()); in InitializeStyle()
H A Ddom_button.cpp171 buttonDeclaration_->SetClickedColor(buttonDeclaration_->GetBackgroundColor()); in PreparePseudoStyle()
401 buttonDeclaration_->SetClickedColor(defaultClickedColor); in PrepareClickedColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp248 buttonPattern->SetClickedColor(theme->GetClickEffectColorLight()); in UpdateButtonColor()
250 buttonPattern->SetClickedColor(theme->GetClickEffectColorDark()); in UpdateButtonColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp233 … buttonComponent->SetClickedColor(buttonComponent->GetBackgroundColor().BlendColor(blendColor)); in BackgroundColor()
382 …buttonComponent->SetClickedColor(buttonComponent->GetBackgroundColor().BlendColor(buttonTheme->Get… in SetDefaultAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp751 buttonComponent->SetClickedColor(dialogTheme->GetButtonClickedColor()); in BuildButtons()
756 …buttonComponent->SetClickedColor(button.bgColor.BlendColorWithAlpha(dialogTheme->GetButtonClickedC… in BuildButtons()
797 buttonComponent->SetClickedColor(buttonTheme->GetClickedColor()); in BuildButtonsForWatch()
800 buttonComponent->SetClickedColor(dialogTheme->GetButtonClickedColor()); in BuildButtonsForWatch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp460 cancelButton->SetClickedColor(dialogTheme->GetButtonClickedColor()); in InitializeButtons()
472 okButton->SetClickedColor(dialogTheme->GetButtonClickedColor()); in InitializeButtons()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp105 button->SetClickedColor(Color(CLICKED_BLEND_COLOR)); in BuildControl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp150 buttonComponent->SetClickedColor(POPUP_BUTTON_CLICKED_COLOR); in CreateButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp220 button->SetClickedColor(theme_->GetButtonClickedColor()); in BuildButton()
245 button->SetClickedColor(theme_->GetButtonClickedColor()); in BuildMoreIconButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h91 void SetClickedColor(const Color& color) in SetClickedColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp175 button->SetClickedColor(TITLE_BUTTON_CLICKED_COLOR); in BuildControlButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h428 void SetClickedColor(const Color& color) in SetClickedColor() function