Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h847 int32_t ComputeNextIndexInSinglePage(float velocity, bool onlyDistance) const;
H A Dswiper_pattern.cpp2890 int32_t SwiperPattern::ComputeNextIndexInSinglePage(float velocity, bool onlyDistance) const in ComputeNextIndexInSinglePage() function in OHOS::Ace::NG::SwiperPattern
2947 …std::clamp(ComputeNextIndexInSinglePage(velocity, onlyDistance), currentIndex_ - 1, currentIndex_ … in ComputeNextIndexByVelocity()