Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp36 rollCount_(rollCount) in ArcLabelAnimator()
44 if (view == nullptr || rollCount_ == 0) { in Callback()
83 rollCount_ = rollCount; in SetRollCount()
110 rollCount_--; in CalculatedOffsetAngle()
111 if (rollCount_ > 0) { in CalculatedOffsetAngle()
116 if (rollCount_ == 0) { in CalculatedOffsetAngle()
133 uint16_t rollCount_; member in OHOS::ArcLabelAnimator