Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp104 constexpr Dimension MIN_TURN_PAGE_VELOCITY = 400.0_vp; variable
1078 if (std::abs(dragVelocity) > NormalizeToPx(MIN_TURN_PAGE_VELOCITY) && in MoveItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp72 constexpr int32_t MIN_TURN_PAGE_VELOCITY = 1200; variable
2902 : MIN_TURN_PAGE_VELOCITY)); in ComputeNextIndexInSinglePage()
2936 … : MIN_TURN_PAGE_VELOCITY; in ComputeNextIndexByVelocity()