Home
last modified time | relevance | path

Searched refs:actionEnd (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp95 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 Dscrollable_event.h134 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 Dpan_event.h35 …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 Ddrag_event.h42 …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 Dgesture_event_hub.h238 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument
243 scrollableActuator_->AddPreviewMenuHandleDragEnd(std::move(actionEnd)); in AddPreviewMenuHandleDragEnd()
H A Ddrag_event.cpp446 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 Ddrag_event_test_ng.cpp57 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 Dpan_event_test_ng.cpp154 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 Dscrollable.h413 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument
415 AddPanActionEndEvent(std::move(actionEnd)); in AddPreviewMenuHandleDragEnd()
H A Dscrollable.cpp165 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 Dscrollable.h457 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd() argument
459 actionEnd_ = std::move(actionEnd); in AddPreviewMenuHandleDragEnd()
H A Dscrollable.cpp127 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 Dswiper_pattern.h622 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan…
H A Dswiper_pattern.cpp2220 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan… in AddPanEvent() argument
2232 … std::move(actionStart), std::move(actionUpdate), std::move(actionEnd), std::move(actionCancel)); in AddPanEvent()