Searched refs:ComputeNextIndexInSinglePage (Results 1 – 2 of 2) sorted by relevance
847 int32_t ComputeNextIndexInSinglePage(float velocity, bool onlyDistance) const;
2890 int32_t SwiperPattern::ComputeNextIndexInSinglePage(float velocity, bool onlyDistance) const in ComputeNextIndexInSinglePage() function in OHOS::Ace::NG::SwiperPattern2947 …std::clamp(ComputeNextIndexInSinglePage(velocity, onlyDistance), currentIndex_ - 1, currentIndex_ … in ComputeNextIndexByVelocity()