Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp73 constexpr int32_t NEW_MIN_TURN_PAGE_VELOCITY = 780; variable
2872 if (!onlyDistance && std::abs(velocity) > NEW_MIN_TURN_PAGE_VELOCITY && velocity != 0.0f) { in ComputeSwipePageNextIndex()
2901 ? NEW_MIN_TURN_PAGE_VELOCITY in ComputeNextIndexInSinglePage()
2935 …y = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN) ? NEW_MIN_TURN_PAGE_VELOCITY in ComputeNextIndexByVelocity()