Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddata_panel_model_impl.cpp28 AceType::MakeRefPtr<PercentageDataPanelComponent>(ChartType::RAINBOW); in Create()
61 component->SetPanelType(ChartType::RAINBOW); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp29 const std::vector<ChartType> DataPanel_TYPE = { ChartType::LINE, ChartType::RAINBOW};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp78 if (type_ == ChartType::LOADING || (type_ == ChartType::RAINBOW && needReplayAnimation_)) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp102 chart.chartType_ = ChartType::RAINBOW; in SetSpecializedAttr()
373 } else if (chartType_ == ChartType::RAINBOW) { in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h41 RAINBOW, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_panel.cpp128 … int32_t type = jsObj->GetPropertyValue<int32_t>("type", static_cast<int32_t>(ChartType::RAINBOW)); in Create()