Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h83 void SetClickedColor(const Color& clickedColor) in SetClickedColor() argument
85 theme_->SetClickedColor(clickedColor); in SetClickedColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h141 void SetClickedColor(const Color& clickedColor) in SetClickedColor() argument
143 theme_->SetClickedColor(clickedColor); in SetClickedColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h50 Color clickedColor; member
198 return style.clickedColor; in GetClickedColor()
431 style.clickedColor = color; in SetClickedColor()
H A Dbutton_declaration.cpp61 style.clickedColor = buttonTheme->GetClickedColor(); in InitializeStyle()
141 buttonStyle.clickedColor = button.ParseColor(value); in SetSpecializedStyle()