Searched refs:actionStart (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 | 51 auto actionStart = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local 57 auto actionStart = panEvent->GetActionStartEventFunc(); in OnCollectTouchTarget() local 58 if (actionStart) { in OnCollectTouchTarget() 59 actionStart(info); in OnCollectTouchTarget() 71 panRecognizer_->SetOnActionStart(actionStart); in OnCollectTouchTarget()
|
H A D | pan_event.h | 35 …PanEvent(GestureEventFunc&& actionStart, GestureEventFunc&& actionUpdate, GestureEventFunc&& actio… in DECLARE_ACE_TYPE() 37 : actionStart_(std::move(actionStart)), actionUpdate_(std::move(actionUpdate)), in DECLARE_ACE_TYPE()
|
H A D | drag_event.h | 42 …DragEvent(GestureEventFunc&& actionStart, GestureEventFunc&& actionUpdate, GestureEventFunc&& acti… in DECLARE_ACE_TYPE() 44 : actionStart_(std::move(actionStart)), actionUpdate_(std::move(actionUpdate)), in DECLARE_ACE_TYPE()
|
H A D | drag_event.cpp | 307 auto actionStart = [weak = WeakClaim(this), this](GestureEvent& info) { in OnCollectTouchTarget() local 426 actionStart_ = actionStart; in OnCollectTouchTarget() 427 panRecognizer_->SetOnActionStart(actionStart); in OnCollectTouchTarget()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng.cpp | 53 GestureEventFunc actionStart = [&unknownPropertyValue]( variable 144 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc90502() variable 198 GestureEventFunc actionStart = [&unknownPropertyValue]( variable 284 auto actionStart = [](GestureEvent&) {}; in __anon74fe3dc90d02() variable 286 dragEventActuator->actionStart_ = actionStart; 349 GestureEventFunc actionStart = [&unknownPropertyValue](GestureEvent& info) { in __anon74fe3dc91102() variable 412 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc91502() variable 480 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc91902() variable 527 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc91d02() variable 697 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc92502() variable [all …]
|
H A D | pan_event_test_ng.cpp | 150 GestureEventFunc actionStart = [&unknownPropertyValue]( 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 | 104 auto actionStart = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local 162 panRecognizerNG_->SetOnActionStart(actionStart); in Initialize() 169 panRecognizer_->SetOnActionStart(actionStart); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 150 auto actionStart = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local 208 panRecognizerNG_->SetOnActionStart(actionStart); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.h | 621 void AddPanEvent(const RefPtr<GestureEventHub>& gestureHub, GestureEventFunc&& actionStart,
|
H A D | swiper_pattern.cpp | 2219 …iperPattern::AddPanEvent(const RefPtr<GestureEventHub>& gestureHub, GestureEventFunc&& actionStart, in AddPanEvent() argument 2232 … std::move(actionStart), std::move(actionUpdate), std::move(actionEnd), std::move(actionCancel)); in AddPanEvent()
|