Home
last modified time | relevance | path

Searched refs:dataPanelChild_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp40 return dataPanelChild_; in GetSpecializedComponent()
348 dataPanelChild_ = AceType::MakeRefPtr<ProgressDataPanelComponent>(chartType_); in PrepareSpecializedComponent()
349 dataPanelChild_->InitalStyle(GetThemeManager()); in PrepareSpecializedComponent()
350 dataPanelChild_->SetEffects(showEffect_); in PrepareSpecializedComponent()
352 dataPanelChild_->SetTrackColor(backgroundColor_); in PrepareSpecializedComponent()
354 dataPanelChild_->SetAutoScale(autoScale_); in PrepareSpecializedComponent()
358 auto progressDataPanel = AceType::DynamicCast<ProgressDataPanelComponent>(dataPanelChild_); in PrepareSpecializedComponent()
371 dataPanelChild_->SetThickness(strokeWidth_.first); in PrepareSpecializedComponent()
374 dataPanelChild_ = AceType::MakeRefPtr<PercentageDataPanelComponent>(chartType_); in PrepareSpecializedComponent()
375 dataPanelChild_ in PrepareSpecializedComponent()
[all...]
H A Ddom_chart.h192 RefPtr<DataPanelComponent> dataPanelChild_; member in OHOS::Ace::Framework::DOMChart

Completed in 2 milliseconds