Home
last modified time | relevance | path

Searched refs:actionStart (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp51 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 Dpan_event.h35 …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 Ddrag_event.h42 …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 Ddrag_event.cpp307 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 Ddrag_event_test_ng.cpp53 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 Dpan_event_test_ng.cpp150 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 Dscrollable.cpp104 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 Dscrollable.cpp150 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 Dswiper_pattern.h621 void AddPanEvent(const RefPtr<GestureEventHub>& gestureHub, GestureEventFunc&& actionStart,
H A Dswiper_pattern.cpp2219 …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()