/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | pan_event.cpp | 95 auto actionEnd = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local 100 auto actionEnd = panEvent->GetActionEndEventFunc(); in OnCollectTouchTarget() local 101 if (actionEnd) { in OnCollectTouchTarget() 102 actionEnd(info); in OnCollectTouchTarget() 114 panRecognizer_->SetOnActionEnd(actionEnd); in OnCollectTouchTarget()
|
H A D | scrollable_event.h | 134 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument 137 scrollable_->AddPreviewMenuHandleDragEnd(std::move(actionEnd)); in AddPreviewMenuHandleDragEnd() 209 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument 216 scrollableEvent->AddPreviewMenuHandleDragEnd(std::move(actionEnd)); in AddPreviewMenuHandleDragEnd()
|
H A D | pan_event.h | 35 …vent(GestureEventFunc&& actionStart, GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, in DECLARE_ACE_TYPE() 38 actionEnd_(std::move(actionEnd)), actionCancel_(std::move(actionCancel)) in DECLARE_ACE_TYPE()
|
H A D | drag_event.h | 42 …vent(GestureEventFunc&& actionStart, GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, in DECLARE_ACE_TYPE() 45 actionEnd_(std::move(actionEnd)), actionCancel_(std::move(actionCancel)) in DECLARE_ACE_TYPE()
|
H A D | gesture_event_hub.h | 238 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument 243 scrollableActuator_->AddPreviewMenuHandleDragEnd(std::move(actionEnd)); in AddPreviewMenuHandleDragEnd()
|
H A D | drag_event.cpp | 446 auto actionEnd = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local 486 panRecognizer_->SetOnActionEnd(actionEnd); in OnCollectTouchTarget()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng.cpp | 57 GestureEventFunc actionEnd = [&unknownPropertyValue]( variable 146 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc90702() variable 202 GestureEventFunc actionEnd = [&unknownPropertyValue]( variable 362 std::move(actionEnd), std::move(actionCancel)); 414 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc91702() variable 417 std::move(actionEnd), std::move(actionCancel)); 485 std::move(actionEnd), std::move(actionCancel)); 532 std::move(actionEnd), std::move(actionCancel)); 624 std::move(actionEnd), std::move(actionCancel)); 704 std::move(actionEnd), std::move(actionCancel)); [all …]
|
H A D | pan_event_test_ng.cpp | 154 GestureEventFunc actionEnd = [&unknownPropertyValue]( variable 161 … std::move(actionStart), std::move(actionUpdate), std::move(actionEnd), std::move(actionCancel));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.h | 413 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument 415 AddPanActionEndEvent(std::move(actionEnd)); in AddPreviewMenuHandleDragEnd()
|
H A D | scrollable.cpp | 165 auto actionEnd = [weakScroll = AceType::WeakClaim(this)](GestureEvent& info) { in Initialize() local 210 panRecognizerNG_->SetOnActionEnd(actionEnd); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scrollable.h | 457 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument 459 actionEnd_ = std::move(actionEnd); in AddPreviewMenuHandleDragEnd()
|
H A D | scrollable.cpp | 127 auto actionEnd = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local 164 panRecognizerNG_->SetOnActionEnd(actionEnd); in Initialize() 171 panRecognizer_->SetOnActionEnd(actionEnd); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.h | 622 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan…
|
H A D | swiper_pattern.cpp | 2220 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan… in AddPanEvent() argument 2232 … std::move(actionStart), std::move(actionUpdate), std::move(actionEnd), std::move(actionCancel)); in AddPanEvent()
|