Home
last modified time | relevance | path

Searched refs:actionUpdate (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp73 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
79 auto actionUpdate = panEvent->GetActionUpdateEventFunc(); in OnCollectTouchTarget() local
80 if (actionUpdate) { in OnCollectTouchTarget()
81 actionUpdate(info); in OnCollectTouchTarget()
93 panRecognizer_->SetOnActionUpdate(actionUpdate); 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.cpp429 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
444 panRecognizer_->SetOnActionUpdate(actionUpdate); in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dtool_bar_test_ng.cpp338 … auto actionUpdate = gestureHub->GetDragEventActuator()->userCallback_->GetActionUpdateEventFunc(); variable
339 ASSERT_NE(actionUpdate, nullptr);
348 actionUpdate(info);
356 actionUpdate(info);
362 actionUpdate(info);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp55 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
145 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc90602() variable
200 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
352 GestureEventFunc actionUpdate = [&unknownPropertyValue](GestureEvent& info) { in __anon74fe3dc91202() variable
361 auto dragEvent = AceType::MakeRefPtr<DragEvent>(std::move(actionStart), std::move(actionUpdate),
413 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc91602() variable
481 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc91a02() variable
528 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc91e02() variable
620 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc92202() variable
698 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc92602() variable
[all …]
H A Dpan_event_test_ng.cpp152 GestureEventFunc actionUpdate = [&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.cpp120 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
163 panRecognizerNG_->SetOnActionUpdate(actionUpdate); in Initialize()
170 panRecognizer_->SetOnActionUpdate(actionUpdate); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp158 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
209 panRecognizerNG_->SetOnActionUpdate(actionUpdate); 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()