Searched refs:onActionCancel_ (Results 1 – 15 of 15) sorted by relevance
126 onActionCancel_ = std::make_unique<GestureEventNoParameter>(onActionCancel); in SetOnActionCancel()131 if (onActionCancel_ && *onActionCancel_) { in SendCancelMsg()132 (*onActionCancel_)(); in SendCancelMsg()174 std::unique_ptr<GestureEventNoParameter> onActionCancel_; variable
204 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
226 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
290 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
291 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
398 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
198 onActionCancel_ = std::make_unique<GestureEventNoParameter>(onActionCancel); in SetOnActionCancel()208 … if (onActionCancel_ && *onActionCancel_ && (!gestureInfo_ || !gestureInfo_->GetDisposeTag())) { in SendCancelMsg()209 (*onActionCancel_)(); in SendCancelMsg()468 std::unique_ptr<GestureEventNoParameter> onActionCancel_; variable
425 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
436 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
494 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
426 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
793 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
200 (*(panEventActuator->panRecognizer_->onActionCancel_))();214 (*(panEventActuator->panRecognizer_->onActionCancel_))();
190 EXPECT_EQ(dragEventActuator->panRecognizer_->onActionCancel_, nullptr);223 EXPECT_NE(dragEventActuator->panRecognizer_->onActionCancel_, nullptr);249 (*(dragEventActuator->panRecognizer_->onActionCancel_))();265 (*(dragEventActuator->panRecognizer_->onActionCancel_))();718 dragEventActuator->panRecognizer_->onActionCancel_ = std::make_unique<GestureEventNoParameter>(720 EXPECT_NE(dragEventActuator->panRecognizer_->onActionCancel_, nullptr);730 (*(dragEventActuator->panRecognizer_->onActionCancel_))();739 (*(dragEventActuator->panRecognizer_->onActionCancel_))();748 (*(dragEventActuator->panRecognizer_->onActionCancel_))();756 (*(dragEventActuator->panRecognizer_->onActionCancel_))();[all …]
1264 (*panRecognizerNG->onActionCancel_)();1274 (*panRecognizerNG->onActionCancel_)();