Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h61 endColor_ = color; in SetEndColor()
66 return endColor_; in GetEndColor()
103 Color endColor_; variable
255 return endColor_; in GetEndColor()
260 endColor_ = color; in SetEndColor()
285 Color endColor_; variable
H A Ddata_panel_component.cpp94 endColor_ = theme->GetLoadingColor().second; in InitalStyle()
97 endColor_ = theme->GetProgressColor().second; in InitalStyle()
H A Drender_data_panel.h109 return endColor_; in GetEndColor()
152 Color endColor_; variable
H A Drender_data_panel.cpp125 endColor_ = dataPanelComponent->GetEndColor(); in Update()