Searched refs:removeSwiperEventCallback (Results 1 – 3 of 3) sorted by relevance
155 void SetRemoveSwiperEventCallback(const CommonFunc& removeSwiperEventCallback) in SetRemoveSwiperEventCallback() argument157 removeSwiperEventCallback_ = removeSwiperEventCallback; in SetRemoveSwiperEventCallback()
1832 const auto& removeSwiperEventCallback = swiperController_->GetRemoveSwiperEventCallback(); in HandleTouchDown() local1833 if (removeSwiperEventCallback) { in HandleTouchDown()1834 removeSwiperEventCallback(); in HandleTouchDown()
5321 auto removeSwiperEventCallback = [weak = WeakClaim(this), disableSwipe]() { in SetSwiperEventCallback() local5335 swiperController_->SetRemoveSwiperEventCallback(std::move(removeSwiperEventCallback)); in SetSwiperEventCallback()