Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h220 class ProgressDataPanelComponent : public DataPanelComponent {
221 DECLARE_ACE_TYPE(ProgressDataPanelComponent, DataPanelComponent);
224 ProgressDataPanelComponent() = default;
225 ~ProgressDataPanelComponent() = default;
227 explicit ProgressDataPanelComponent(ChartType type) in ProgressDataPanelComponent() function
H A Ddata_panel_component.cpp29 RefPtr<RenderNode> ProgressDataPanelComponent::CreateRenderNode() in CreateRenderNode()
80 void ProgressDataPanelComponent::InitalStyle(const RefPtr<ThemeManager>& themeManager) in InitalStyle()
H A Drender_data_panel.cpp119 const RefPtr<ProgressDataPanelComponent> dataPanelComponent = in Update()
120 AceType::DynamicCast<ProgressDataPanelComponent>(component); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp348 dataPanelChild_ = AceType::MakeRefPtr<ProgressDataPanelComponent>(chartType_); in PrepareSpecializedComponent()
358 auto progressDataPanel = AceType::DynamicCast<ProgressDataPanelComponent>(dataPanelChild_); in PrepareSpecializedComponent()