Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp40 return dataPanelChild_; in GetSpecializedComponent()
349 dataPanelChild_->InitalStyle(GetThemeManager()); in PrepareSpecializedComponent()
350 dataPanelChild_->SetEffects(showEffect_); in PrepareSpecializedComponent()
352 dataPanelChild_->SetTrackColor(backgroundColor_); in PrepareSpecializedComponent()
354 dataPanelChild_->SetAutoScale(autoScale_); in PrepareSpecializedComponent()
371 dataPanelChild_->SetThickness(strokeWidth_.first); in PrepareSpecializedComponent()
376 dataPanelChild_->SetEffects(showEffect_); in PrepareSpecializedComponent()
377 dataPanelChild_->SetAutoScale(autoScale_); in PrepareSpecializedComponent()
389 dataPanelChild_->InitalStyle(GetThemeManager()); in PrepareSpecializedComponent()
391 dataPanelChild_->SetTrackColor(backgroundColor_); in PrepareSpecializedComponent()
[all …]
H A Ddom_chart.h192 RefPtr<DataPanelComponent> dataPanelChild_; variable