Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h506 if (nextIndex_ == 0) { in GetMainAxisOffset()
508 } else if (nextIndex_ == itemCount_ - 1) { in GetMainAxisOffset()
630 int32_t nextIndex_ = 0; variable
H A Drender_swiper.cpp1100 nextIndex_ = targetIndex_; in MoveItems()
1110 nextIndex_ = targetIndex_; in MoveItems()
1274 nextIndex_ = toIndex; in AddSwipeToTranslateListener()
1327 nextIndex_ = toIndex; in AddSwipeToIndicatorListener()
1628 nextIndex_ = toIndex; in UpdateScrollPosition()
2560 nextIndex_ = currentIndex_; in DragIndicator()
2949 nextIndex_ = toIndex; in StartIndicatorAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp530 nextIndex_ = jumpIndex_.value(); in BeforeCreateLayoutWrapper()
3019 FireWillShowEvent(nextIndex_); in CheckDragOutOfBoundary()
3479 nextIndex_ = ComputeNextIndexByVelocity(velocity, true); in OnSpringAnimationStart()
3483 FireWillShowEvent(nextIndex_); in OnSpringAnimationStart()
3485 auto iter = itemPosition_.find(nextIndex_); in OnSpringAnimationStart()
3513 auto item = itemPosition_.find(nextIndex_); in OnSpringAndFadeAnimationFinish()
3518 UpdateCurrentIndex(nextIndex_); in OnSpringAndFadeAnimationFinish()
3550 nextIndex_ = ComputeNextIndexByVelocity(0.0); in OnFadeAnimationStart()
3554 FireWillShowEvent(nextIndex_); in OnFadeAnimationStart()
3587 nextIndex_ = currentIndex_; in PlayFadeAnimation()
[all …]
H A Dswiper_pattern.h983 int32_t nextIndex_ = 0; variable