Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_scroll_bar.cpp73 …uint16_t foregoundAngleRange = static_cast<uint16_t>(foregroundProportion_ * (endAngle_ - startAng… in DrawForeground() local
74 if (foregoundAngleRange < SCROLL_BAR_MIN_ARC) { in DrawForeground()
75 foregoundAngleRange = SCROLL_BAR_MIN_ARC; in DrawForeground()
83 maxAngle = endAngle_ - foregoundAngleRange; in DrawForeground()
85 endAngle = startAngle + foregoundAngleRange; in DrawForeground()
88 minAngle = startAngle_ + foregoundAngleRange; in DrawForeground()
90 startAngle = endAngle - foregoundAngleRange; in DrawForeground()