Searched refs:decimal_ (Results 1 – 2 of 2) sorted by relevance
33 decimal_(0) in LabelAnimator()55 decimal_ = 0; in UpdateWidth()78 float floatStep = (static_cast<float>(time * speed_) / 1000) + decimal_; in Callback()80 decimal_ = floatStep - integerStep; in Callback()96 decimal_ = 0; in SetAnimatorSpeed()113 float decimal_; member in OHOS::LabelAnimator
35 decimal_(0), in ArcLabelAnimator()59 float floatStep = (static_cast<float>(time * speed_) / 1000) + decimal_; in Callback()61 decimal_ = floatStep - integerStep; in Callback()131 float decimal_; member in OHOS::ArcLabelAnimator