Home
last modified time | relevance | path

Searched refs:startDegree_ (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h331 return startDegree_; in GetStartDegree()
336 startDegree_ = startDegree; in SetStartDegree()
365 double startDegree_ = 0.0; member in OHOS::Ace::PercentageDataPanelComponent
H A Drender_data_panel.h208 return startDegree_; in GetStartDegree()
220 double startDegree_ = 0.0; member in OHOS::Ace::RenderPercentageDataPanel
H A Drender_data_panel.cpp249 startDegree_ = dataPanelComponent->GetStartDegree(); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp187 [](const std::string& val, DOMProgress& progress) { progress.startDegree_ = StringToDouble(val); } }, in SetSpecializedStyle()
242 progressChild_->GetTrack()->GetTrackInfo()->SetStartDegree(startDegree_); in PrepareSpecializedComponent()
261 if (startDegree_ > 360.0 || startDegree_ < -360.0) { in OnSetStyleFinished()
262 startDegree_ = defaultStartDegree; in OnSetStyleFinished()
267 startDegree_ = defaultStartDegree; in OnSetStyleFinished()
H A Ddom_progress.h71 double startDegree_ = -120.0; member in OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h47 startDegree_ = startDegree; in SetStartDegree()
111 return startDegree_; in GetStartDegree()
143 double startDegree_ = 0.0; member in OHOS::Ace::RingTrackInfo

Completed in 4 milliseconds