Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp34 constexpr float BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY = 0.4f; variable
522 …blackPointOption.SetCurve(AceType::MakeRefPtr<CubicCurve>(BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY, in UpdateAllPointCenterXAnimation()
608 …auto curve = AceType::MakeRefPtr<CubicCurve>(BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY, CENTER_BEZI… in PlayBlackPointsAnimation()
H A Doverlength_dot_indicator_modifier.cpp27 constexpr float BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY = 0.2f; variable
244 auto pointMoveCurve = AceType::MakeRefPtr<CubicCurve>(BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY, in PlayBlackPointsAnimation()
393 …float blackPointCenterMoveRate = CubicCurve(BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY, CENTER_BEZIE… in GetMoveRateOnAllMove()
H A Ddot_indicator_paint_method.cpp35 constexpr float BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY = 0.4f; variable
339 …float blackPointCenterMoveRate = CubicCurve(BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY, CENTER_BEZIE… in GetMoveRate()