Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h168 theme->backgroundColorButton_ = in ParsePartOne()
169 … pattern->GetAttr<Color>("bg_color_select_button", theme->backgroundColorButton_); in ParsePartOne()
379 theme->backgroundColorButton_ = backgroundColorButton_; in ClonePartTwo()
457 return backgroundColorButton_; in GetButtonBackgroundColor()
1152 Color backgroundColorButton_ = Color::WHITE; variable