Home
last modified time | relevance | path

Searched refs:GetButtonBackgroundColor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp459 cancelButton->SetBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in InitializeButtons()
471 okButton->SetBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in InitializeButtons()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h121 const Color& GetButtonBackgroundColor() const in GetButtonBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h231 const Color& GetButtonBackgroundColor() const in GetButtonBackgroundColor() function
H A Ddialog_component.cpp799 buttonComponent->SetBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in BuildButtonsForWatch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp252 auto backgroundColor = theme->GetButtonBackgroundColor(); in ButtonOnHover()
313 auto backgroundColor = theme->GetButtonBackgroundColor(); in ButtonOnPress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp468 .value_or(theme->GetButtonBackgroundColor()) in SetDisabledStyle()
564 renderContext->UpdateBackgroundColor(theme->GetButtonBackgroundColor()); in BuildChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h454 const Color& GetButtonBackgroundColor() const in GetButtonBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp1131 layoutRenderContext->UpdateBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp1231 layoutRenderContext->UpdateBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp277 titleLayoutRenderContext->UpdateBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in OnColorConfigurationUpdate()