Home
last modified time | relevance | path

Searched refs:GetRingProgressEndSideColor (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.cpp49 ringProgressEndSideColor_ = progressTheme->GetRingProgressEndSideColor(); in GetThemeData()
H A Dprogress_paint_property.cpp126 auto endColor = theme->GetRingProgressEndSideColor(); in ToJsonGradientColor()
H A Dprogress_modifier.cpp947 endColor.SetLinearColor(LinearColor(theme->GetRingProgressEndSideColor())); in GetRingProgressGradientColors()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h319 const Color& GetRingProgressEndSideColor() const in GetRingProgressEndSideColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp149 endColor = theme->GetRingProgressEndSideColor(); in SetColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp165 endColor = progressTheme->GetRingProgressEndSideColor(); in ResetProgressColor()