Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h170 void SetSectionsStyle(const std::vector<Color>& colors, const std::vector<double>& weights) in SetSectionsStyle() function
172 track_->SetSectionsStyle(colors, weights); in SetSectionsStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp79 gaugeComponent->SetSectionsStyle(colors, values_old); in SetColors()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h280 void SetSectionsStyle(const std::vector<Color>& colors, const std::vector<double>& weights) in SetSectionsStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp329 progressChild_->GetTrack()->SetSectionsStyle(colors_, weights_); in PrepareSpecializedComponent()