Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_method.cpp39 bgColor_ = progressTheme->GetCapsuleBgColor(); in GetThemeData()
H A Dprogress_pattern.cpp65 bgColor = progressTheme->GetCapsuleBgColor(); in InitAnimatableProperty()
209 backgroundColor_ = paintProperty->GetBackgroundColor().value_or(theme->GetCapsuleBgColor()); in OnPress()
H A Dprogress_paint_property.cpp55 defaultBackgroundColor = progressTheme->GetCapsuleBgColor(); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h314 const Color& GetCapsuleBgColor() const in GetCapsuleBgColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp311 colorVal = theme->GetCapsuleBgColor(); in JsBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp383 backgroundColor = theme->GetCapsuleBgColor(); in ResetProgressBackgroundColor()