Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp37 if (chartType_ == ChartType::GAUGE) { in GetSpecializedComponent()
94 chart.chartType_ = ChartType::GAUGE; in SetSpecializedAttr()
125 (chart.chartType_ == ChartType::GAUGE)) { in SetSpecializedStyle()
320 if (chartType_ == ChartType::GAUGE) { in PrepareSpecializedComponent()
323 …ype::MakeRefPtr<ProgressComponent>(0.0, 0.0, 0.0, PROGRESS_DEFAULT_MAX_VALUE, ProgressType::GAUGE); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp38 case ProgressType::GAUGE: in ProgressComponent()
H A Dprogress_component.h31 GAUGE = 5, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h33 GAUGE = 5, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp29 …progressChild = AceType::MakeRefPtr<ProgressComponent>(min, values, min, max, ProgressType::GAUGE); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h39 GAUGE, enumerator