Home
last modified time | relevance | path

Searched refs:SetSwiperController (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_tab_ffi.h40 void SetSwiperController(const RefPtr<SwiperController>& swiperController) in SetSwiperController() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.h46 void SetSwiperController(const RefPtr<SwiperController>& swiperController) in SetSwiperController() function
H A Dcalendar_component.cpp322 calendarController_->SetSwiperController(swiperContainer_->GetSwiperController()); in Build()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h117 void SetSwiperController(const RefPtr<SwiperController>& controller);
H A Dswiper_model_ng.cpp838 pattern->SetSwiperController(controller); in GetOrCreateSwiperController()
H A Dswiper_pattern.cpp5921 void SwiperPattern::SetSwiperController(const RefPtr<SwiperController>& controller) in SetSwiperController() function in OHOS::Ace::NG::SwiperPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model_ng.cpp123 swiperPattern->SetSwiperController(controller); in GetSwiperController()