Home
last modified time | relevance | path

Searched defs:actionEnd (Results 1 – 11 of 11) 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
H A Dscrollable_event.h134 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd()
209 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd()
H A Dgesture_event_hub.h238 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd()
H A Ddrag_event.cpp446 auto actionEnd = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
/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
355 GestureEventFunc actionEnd = [&unknownPropertyValue](GestureEvent& info) { in __anon74fe3dc91302() variable
414 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc91702() variable
482 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc91b02() variable
529 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc91f02() variable
621 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc92302() variable
699 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc92702() variable
1931 GestureEventFunc actionEnd = [](GestureEvent& info) {}; in __anon74fe3dc93602() variable
H A Dpan_event_test_ng.cpp154 GestureEventFunc actionEnd = [&unknownPropertyValue]( variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h457 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd()
H A Dscrollable.cpp127 auto actionEnd = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h413 void AddPreviewMenuHandleDragEnd(GestureEventFunc&& actionEnd) in AddPreviewMenuHandleDragEnd()
H A Dscrollable.cpp165 auto actionEnd = [weakScroll = AceType::WeakClaim(this)](GestureEvent& info) { in Initialize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2220 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan… in AddPanEvent()