Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp47 constexpr float LONG_POINT_TAIL_RATIO = 0.5f; variable
366 ((1 - longPointLeftCenterMoveRate) * LONG_POINT_TAIL_RATIO); in GetMoveRate()
369 longPointLeftCenterMoveRate = std::abs(turnPageRate_) * LONG_POINT_TAIL_RATIO; in GetMoveRate()