Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h219 const Dimension& GetScaleRingDiameter() const in GetScaleRingDiameter() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.cpp213 double diameter = theme_ != nullptr ? NormalizeToPx(theme_->GetScaleRingDiameter()) : 0.0; in Measure()