Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp97 UIArcLabel* arcLabel = static_cast<UIArcLabel*>(view); in CalculatedOffsetAngle() local
98 if (arcLabel == nullptr) { in CalculatedOffsetAngle()
102 int16_t startAngle = arcLabel->GetArcTextStartAngle(); in CalculatedOffsetAngle()
103 int16_t endAngle = arcLabel->GetArcTextEndAngle(); in CalculatedOffsetAngle()
107 if (arcLabel->offsetAngle_ < arcAngle) { in CalculatedOffsetAngle()
108 arcLabel->offsetAngle_ += DEFAULT_CHANGE_ANGLE; in CalculatedOffsetAngle()
112 arcLabel->offsetAngle_ = arcLabel->animator_.secondLapOffsetAngle_; in CalculatedOffsetAngle()

Completed in 2 milliseconds