Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2865 auto dragForward = currentIndex_ > firstIndex; in ComputeSwipePageNextIndex() local
2866 …auto dragThresholdFlag = dragForward ? dragDistance > swiperWidth / 2 : dragDistance < swiperWidth… in ComputeSwipePageNextIndex()
2869 nextIndex = dragForward ? currentIndex_ - displayCount : currentIndex_ + displayCount; in ComputeSwipePageNextIndex()
2874 if (dragForward != direction || !dragThresholdFlag) { in ComputeSwipePageNextIndex()