Home
last modified time | relevance | path

Searched refs:removeSwiperEventCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_controller.h155 void SetRemoveSwiperEventCallback(const CommonFunc& removeSwiperEventCallback) in SetRemoveSwiperEventCallback() argument
157 removeSwiperEventCallback_ = removeSwiperEventCallback; in SetRemoveSwiperEventCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1832 const auto& removeSwiperEventCallback = swiperController_->GetRemoveSwiperEventCallback(); in HandleTouchDown() local
1833 if (removeSwiperEventCallback) { in HandleTouchDown()
1834 removeSwiperEventCallback(); in HandleTouchDown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5321 auto removeSwiperEventCallback = [weak = WeakClaim(this), disableSwipe]() { in SetSwiperEventCallback() local
5335 swiperController_->SetRemoveSwiperEventCallback(std::move(removeSwiperEventCallback)); in SetSwiperEventCallback()