/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.h | 82 void SwipeTo(const JSCallbackInfo& args) in SwipeTo() function 90 controller_->SwipeTo(args[0]->ToNumber<int32_t>()); in SwipeTo()
|
H A D | js_tabs_controller.cpp | 132 tabsController_->SwipeTo(index); in ChangeIndex()
|
H A D | js_swiper.cpp | 1104 JSClass<JSSwiperController>::CustomMethod("swipeTo", &JSSwiperController::SwipeTo); in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_animation_test_ng.cpp | 988 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 D | swiper_controller.h | 38 void SwipeTo(int32_t index, bool reverse = false)
|
H A D | render_swiper.h | 480 void SwipeTo(int32_t index, bool reverse);
|
H A D | render_swiper.cpp | 166 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 D | stepper_model_ng.cpp | 47 swiperController->SwipeTo(index); in Create()
|
H A D | stepper_pattern.cpp | 514 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 D | cj_tab_ffi.cpp | 64 swiperController_->SwipeTo(index); in ChangeIndex()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 805 swiperController_->SwipeTo(1); 814 swiperController_->SwipeTo(3); 860 swiperController_->SwipeTo(3); 1456 swiperController_->SwipeTo(1);
|
H A D | tabs_test_ng.cpp | 642 swiperPattern_->SwipeTo(INDEX_ONE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.h | 123 … swiperController_->SwipeTo(swiperReverseCache_.front().first, swiperReverseCache_.front().second); in JumpMonth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/ |
H A D | swiper_declaration.cpp | 224 controller->SwipeTo(index); in CallSpecializedMethod()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_helper.cpp | 27 swiper->SwipeTo(index); in InitSwiperController()
|
H A D | swiper_pattern.h | 272 void SwipeTo(int32_t index);
|
H A D | swiper_pattern.cpp | 1618 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 D | tab_bar_pattern.cpp | 896 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 D | swiper_indicator_pattern.cpp | 176 swiperPattern->SwipeTo(mouseClickIndex_.value()); in HandleMouseClick()
|