Searched refs:actionCancel (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | pan_event.cpp | 116 auto actionCancel = [weak = WeakClaim(this)]() { in OnCollectTouchTarget() local 122 auto actionCancel = panEvent->GetActionCancelEventFunc(); in OnCollectTouchTarget() local 123 if (actionCancel) { in OnCollectTouchTarget() 124 actionCancel(); in OnCollectTouchTarget() 136 panRecognizer_->SetOnActionCancel(actionCancel); in OnCollectTouchTarget()
|
H A D | pan_event.h | 36 GestureEventNoParameter&& actionCancel) in DECLARE_ACE_TYPE() 38 actionEnd_(std::move(actionEnd)), actionCancel_(std::move(actionCancel)) in DECLARE_ACE_TYPE()
|
H A D | drag_event.h | 43 GestureEventNoParameter&& actionCancel) in DECLARE_ACE_TYPE() 45 actionEnd_(std::move(actionEnd)), actionCancel_(std::move(actionCancel)) in DECLARE_ACE_TYPE()
|
H A D | drag_event.cpp | 487 auto actionCancel = [weak = WeakClaim(this), touchSourceType = touchRestrict.sourceType]() { in OnCollectTouchTarget() local 592 actionCancel_ = actionCancel; in OnCollectTouchTarget() 606 SequencedRecognizer_->SetOnActionCancel(actionCancel); in OnCollectTouchTarget() 869 SequencedRecognizer_->SetOnActionCancel(actionCancel); in OnCollectTouchTarget()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng.cpp | 147 GestureEventNoParameter actionCancel = []() {}; in __anon74fe3dc90802() variable 290 auto actionCancel = []() {}; in __anon74fe3dc90f02() variable 291 dragEventActuator->actionCancel_ = actionCancel; 362 std::move(actionEnd), std::move(actionCancel)); 415 GestureEventNoParameter actionCancel = []() {}; in __anon74fe3dc91802() variable 417 std::move(actionEnd), std::move(actionCancel)); 483 GestureEventNoParameter actionCancel = []() {}; in __anon74fe3dc91c02() variable 485 std::move(actionEnd), std::move(actionCancel)); 530 GestureEventNoParameter actionCancel = []() {}; in __anon74fe3dc92002() variable 622 GestureEventNoParameter actionCancel = []() {}; in __anon74fe3dc92402() variable [all …]
|
H A D | pan_event_test_ng.cpp | 156 GestureEventNoParameter actionCancel = [&unknownPropertyValue]() { in __anon02c718ea0502() variable 161 … std::move(actionStart), std::move(actionUpdate), std::move(actionEnd), std::move(actionCancel));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scrollable.cpp | 147 auto actionCancel = [weakScroll = AceType::WeakClaim(this)]() { in Initialize() local 165 panRecognizerNG_->SetOnActionCancel(actionCancel); in Initialize() 172 panRecognizer_->SetOnActionCancel(actionCancel); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 182 auto actionCancel = [weakScroll = AceType::WeakClaim(this)]() { in Initialize() local 211 panRecognizerNG_->SetOnActionCancel(actionCancel); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.h | 622 …ureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCancel);
|
H A D | swiper_pattern.cpp | 2220 …tureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCancel) in AddPanEvent() argument 2232 … std::move(actionStart), std::move(actionUpdate), std::move(actionEnd), std::move(actionCancel)); in AddPanEvent()
|