Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp342 float longPointRightCenterMoveRate = 0.0f; in GetMoveRate() local
347longPointRightCenterMoveRate = CubicCurve(turnPageRate_ > 0 ? LONG_POINT_RIGHT_CENTER_BEZIER_CURVE… in GetMoveRate()
354 longPointRightCenterMoveRate = 1; in GetMoveRate()
358 …longPointLeftCenterMoveRate = longPointRightCenterMoveRate = CubicCurve(0.33, 0, 0.67, 1).MoveInte… in GetMoveRate()
362 …longPointLeftCenterMoveRate = longPointRightCenterMoveRate = CubicCurve(0.33, 0, 0.67, 1).MoveInte… in GetMoveRate()
365 longPointRightCenterMoveRate = std::abs(turnPageRate_) + in GetMoveRate()
368 longPointRightCenterMoveRate = std::abs(turnPageRate_); in GetMoveRate()
371 return { blackPointCenterMoveRate, longPointLeftCenterMoveRate, longPointRightCenterMoveRate }; in GetMoveRate()
378 …const auto [blackPointCenterMoveRate, longPointLeftCenterMoveRate, longPointRightCenterMoveRate] =… in CalculatePointCenterX()
392 longPointRightCenterMoveRate; in CalculatePointCenterX()
[all …]
H A Doverlength_dot_indicator_paint_method.cpp95 … const auto [blackPointCenterMoveRate, longPointLeftCenterMoveRate, longPointRightCenterMoveRate] = in UpdateNormalIndicator()
99 dotIndicatorModifier_->SetLongPointRightCenterMoveRate(longPointRightCenterMoveRate); in UpdateNormalIndicator()
184 …const auto [blackPointCenterMoveRate, longPointLeftCenterMoveRate, longPointRightCenterMoveRate] =… in CalculatePointCenterX()
217 longPointRightCenterMoveRate; in CalculatePointCenterX()
H A Doverlength_dot_indicator_modifier.h144 void SetLongPointRightCenterMoveRate(float longPointRightCenterMoveRate) in SetLongPointRightCenterMoveRate() argument
146 longPointRightCenterMoveRate_ = longPointRightCenterMoveRate; in SetLongPointRightCenterMoveRate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp725 auto [blackPointCenterMoveRate, longPointLeftCenterMoveRate, longPointRightCenterMoveRate] =