Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.h82 void SwipeTo(const JSCallbackInfo& args) in SwipeTo() function
90 controller_->SwipeTo(args[0]->ToNumber<int32_t>()); in SwipeTo()
H A Djs_tabs_controller.cpp132 tabsController_->SwipeTo(index); in ChangeIndex()
H A Djs_swiper.cpp1104 JSClass<JSSwiperController>::CustomMethod("swipeTo", &JSSwiperController::SwipeTo); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp988 pattern_->SwipeTo(index);
1002 pattern_->SwipeTo(index);
1007 pattern_->SwipeTo(index);
1018 pattern_->SwipeTo(index);
1029 pattern_->SwipeTo(index);
1031 pattern_->SwipeTo(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_controller.h38 void SwipeTo(int32_t index, bool reverse = false)
H A Drender_swiper.h480 void SwipeTo(int32_t index, bool reverse);
H A Drender_swiper.cpp166 swiper->SwipeTo(index, reverse); in Update()
407 SwipeTo(swipeToIndex_, false); in PerformLayout()
1213 void RenderSwiper::SwipeTo(int32_t index, bool reverse) in SwipeTo() function in OHOS::Ace::RenderSwiper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_model_ng.cpp47 swiperController->SwipeTo(index); in Create()
H A Dstepper_pattern.cpp514 swiperController->SwipeTo(std::clamp<int32_t>(index_ - 1, 0, maxIndex_)); in HandlingLeftButtonClickEvent()
542 swiperController->SwipeTo(std::clamp<int32_t>(index_ + 1, 0, maxIndex_)); in HandlingRightButtonClickEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_tab_ffi.cpp64 swiperController_->SwipeTo(index); in ChangeIndex()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_event_test_ng.cpp805 swiperController_->SwipeTo(1);
814 swiperController_->SwipeTo(3);
860 swiperController_->SwipeTo(3);
1456 swiperController_->SwipeTo(1);
H A Dtabs_test_ng.cpp642 swiperPattern_->SwipeTo(INDEX_ONE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.h123 … swiperController_->SwipeTo(swiperReverseCache_.front().first, swiperReverseCache_.front().second); in JumpMonth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp224 controller->SwipeTo(index); in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp27 swiper->SwipeTo(index); in InitSwiperController()
H A Dswiper_pattern.h272 void SwipeTo(int32_t index);
H A Dswiper_pattern.cpp1618 void SwiperPattern::SwipeTo(int32_t index) in SwipeTo() function in OHOS::Ace::NG::SwiperPattern
1844 SwipeTo(targetIndex); in ChangeIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp896 swiperController_->SwipeTo(index); in FocusIndexChange()
1379 swiperController_->SwipeTo(index); in ClickTo()
1753 swiperController_->SwipeTo(index); in HandleSubTabBarClick()
2807 swiperController_->SwipeTo(index); in OnRestoreInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp176 swiperPattern->SwipeTo(mouseClickIndex_.value()); in HandleMouseClick()