Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp489 oldIndex_ = currentIndex_; in BeforeCreateLayoutWrapper()
543 FireWillHideEvent(oldIndex_); in BeforeCreateLayoutWrapper()
930 oldIndex_ = currentIndex_; in OnDirtyLayoutWrapperSwap()
1123 oldIndex_ = currentIndex_; in OnDirtyLayoutWrapperSwap()
3025 oldIndex_ = currentIndex_; in CheckDragOutOfBoundary()
3521 oldIndex_ = currentIndex_; in OnSpringAndFadeAnimationFinish()
4352 oldIndex_ = currentIndex_; in TriggerAnimationEndOnForceStop()
4888 auto tempOldIndex = oldIndex_; in ResetAndUpdateIndexOnAnimationEnd()
4889 oldIndex_ = nextIndex; in ResetAndUpdateIndexOnAnimationEnd()
5216 oldIndex_ = fromIndex; in OnCustomContentTransition()
[all …]
H A Dswiper_helper.cpp290 DumpLog::GetInstance().AddDesc("oldIndex:" + std::to_string(swiper.oldIndex_)); in DumpInfoAddPositionDesc()
H A Dswiper_pattern.h982 int32_t oldIndex_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp821 pattern_->oldIndex_ = 0;