Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_scroll_bar.cpp79 int16_t minAngle; in DrawForeground() local
82 minAngle = startAngle_; in DrawForeground()
84 startAngle = minAngle + static_cast<int16_t>(scrollProgress_ * (maxAngle - minAngle)); in DrawForeground()
88 minAngle = startAngle_ + foregoundAngleRange; in DrawForeground()
89 endAngle = maxAngle - static_cast<int16_t>(scrollProgress_ * (maxAngle - minAngle)); in DrawForeground()

Completed in 1 milliseconds