Home
last modified time | relevance | path

Searched refs:buttonBackgroundColor_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h123 return buttonBackgroundColor_; in GetButtonBackgroundColor()
327 Color buttonBackgroundColor_ = Color::TRANSPARENT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h233 return buttonBackgroundColor_; in GetButtonBackgroundColor()
512 Color buttonBackgroundColor_; variable
H A Ddialog_theme.cpp44 theme->buttonBackgroundColor_ = dialogPattern->GetAttr<Color>("button_bg_color", Color::BLACK); in ParsePattern()