Home
last modified time | relevance | path

Searched refs:onActionCancel_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_recognizer.h126 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
H A Drotation_recognizer.cpp204 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Dsequenced_recognizer.cpp226 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Dpinch_recognizer.cpp290 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Dlong_press_recognizer.cpp291 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Dpan_recognizer.cpp398 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h198 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
H A Dsequenced_recognizer.cpp425 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Drotation_recognizer.cpp436 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Dpinch_recognizer.cpp494 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Dlong_press_recognizer.cpp426 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
H A Dpan_recognizer.cpp793 onActionCancel_ = std::move(curr->onActionCancel_); in ReconcileFrom()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dpan_event_test_ng.cpp200 (*(panEventActuator->panRecognizer_->onActionCancel_))();
214 (*(panEventActuator->panRecognizer_->onActionCancel_))();
H A Ddrag_event_test_ng.cpp190 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 …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1264 (*panRecognizerNG->onActionCancel_)();
1274 (*panRecognizerNG->onActionCancel_)();