Searched refs:GAUGE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_chart.cpp | 37 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 D | progress_component.cpp | 38 case ProgressType::GAUGE: in ProgressComponent()
|
H A D | progress_component.h | 31 GAUGE = 5, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_date.h | 33 GAUGE = 5, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gauge_model_impl.cpp | 29 …progressChild = AceType::MakeRefPtr<ProgressComponent>(min, values, min, max, ProgressType::GAUGE); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 39 GAUGE, enumerator
|