Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_event_test_ng.cpp101 SwipeToWithoutAnimation(1);
108 SwipeToWithoutAnimation(1);
122 SwipeToWithoutAnimation(-1);
227 SwipeToWithoutAnimation(1);
1293 SwipeToWithoutAnimation(1);
1306 SwipeToWithoutAnimation(2);
1361 SwipeToWithoutAnimation(1);
1364 SwipeToWithoutAnimation(3);
1395 SwipeToWithoutAnimation(1);
1425 SwipeToWithoutAnimation(1);
[all …]
H A Dtabs_test_ng.cpp202 void TabsTestNg::SwipeToWithoutAnimation(int32_t index) in SwipeToWithoutAnimation() function in OHOS::Ace::NG::TabsTestNg
204 swiperController_->SwipeToWithoutAnimation(index); in SwipeToWithoutAnimation()
451 SwipeToWithoutAnimation(1);
H A Dtabs_test_ng.h93 void SwipeToWithoutAnimation(int32_t index);
H A Dtabs_common_test_ng.cpp258 SwipeToWithoutAnimation(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_controller.h50 void SwipeToWithoutAnimation(int32_t index) in SwipeToWithoutAnimation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp741 swiperPattern->SwipeToWithoutAnimation(swiperPattern->GetCurrentIndex() + 1); in HandleLongDragUpdate()
744 swiperPattern->SwipeToWithoutAnimation(swiperPattern->GetCurrentIndex() - 1); in HandleLongDragUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp33 swiper->SwipeToWithoutAnimation(index); in InitSwiperController()
H A Dswiper_pattern.h423 void SwipeToWithoutAnimation(int32_t index);
H A Dswiper_pattern.cpp1570 void SwiperPattern::SwipeToWithoutAnimation(int32_t index) in SwipeToWithoutAnimation() function in OHOS::Ace::NG::SwiperPattern
1662 SwipeToWithoutAnimation(index); in SwipeTo()
1762 SwipeToWithoutAnimation(currentIndex_ + stepItems); in ShowNext()
1817 SwipeToWithoutAnimation(currentIndex_ - stepItems); in ShowPrevious()
1852 SwipeToWithoutAnimation(GetLoopIndex(targetIndex)); in ChangeIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp898 swiperController_->SwipeToWithoutAnimation(index); in FocusIndexChange()
1188 swiperController_->SwipeToWithoutAnimation(animationTargetIndex_.value()); in OnDirtyLayoutWrapperSwap()
1382 swiperController_->SwipeToWithoutAnimation(index); in ClickTo()
1755 swiperController_->SwipeToWithoutAnimation(index); in HandleSubTabBarClick()
2809 swiperController_->SwipeToWithoutAnimation(index); in OnRestoreInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp681 pattern_->SwipeToWithoutAnimation(0);