/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | pan_event.cpp | 73 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 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 | 429 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 D | tool_bar_test_ng.cpp | 338 … 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 D | drag_event_test_ng.cpp | 55 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 D | pan_event_test_ng.cpp | 152 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 D | scrollable.cpp | 120 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 D | scrollable.cpp | 158 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 D | swiper_pattern.h | 622 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan…
|
H A D | swiper_pattern.cpp | 2220 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan… in AddPanEvent() argument 2232 … std::move(actionStart), std::move(actionUpdate), std::move(actionEnd), std::move(actionCancel)); in AddPanEvent()
|