/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | rotation_gesture.cpp | 30 rotationRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
|
H A D | pinch_gesture.cpp | 38 pinchRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
|
H A D | pan_gesture.cpp | 41 panRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
|
H A D | gesture_recognizer.h | 114 void SetOnActionUpdate(const GestureEventFunc& onActionUpdate) in SetOnActionUpdate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | pinch_gesture.cpp | 38 pinchRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
|
H A D | rotation_gesture.cpp | 48 rotationRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
|
H A D | pan_gesture.cpp | 40 panRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | long_press_recognizer_test_ng.cpp | 515 longPressRecognizer.SetOnActionUpdate(onActionUpdate); 960 longPressRecognizer->SetOnActionUpdate(onActionUpdate); 995 longPressRecognizer->SetOnActionUpdate(onActionUpdate); 1079 longPressRecognizer->SetOnActionUpdate(onActionUpdate); 1114 longPressRecognizer->SetOnActionUpdate(onActionUpdate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | pan_event.cpp | 93 panRecognizer_->SetOnActionUpdate(actionUpdate); in OnCollectTouchTarget()
|
H A D | drag_event.cpp | 444 panRecognizer_->SetOnActionUpdate(actionUpdate); in OnCollectTouchTarget()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | drag_drop_event.cpp | 53 …panRecognizer->SetOnActionUpdate(std::bind(&DragDropEvent::PanOnActionUpdate, this, std::placehold… in CreateDragDropRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_controller.cpp | 47 … panRecognizer_->SetOnActionUpdate([weakBar = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize()
|
H A D | scrollable.cpp | 163 panRecognizerNG_->SetOnActionUpdate(actionUpdate); in Initialize() 170 panRecognizer_->SetOnActionUpdate(actionUpdate); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | gesture_recognizer.h | 186 void SetOnActionUpdate(const GestureEventFunc& onActionUpdate) in SetOnActionUpdate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 437 pinchRecognizer_->SetOnActionUpdate(onPinchUpdate); in SetOnPinchUpdateCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_column.cpp | 128 … panRecognizer_->SetOnActionUpdate([weak = AceType::WeakClaim(this)](const GestureEvent& event) { in OnTouchTestHit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | render_side_bar_container.cpp | 166 panRecognizer->SetOnActionUpdate([weak](const GestureEvent& info) { in InitializeDragAndAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.cpp | 643 … panRecognizer_->SetOnActionUpdate([weakBar = AceType::WeakClaim(this)](const GestureEvent& info) { in InitPanRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.cpp | 597 … panRecognizer_->SetOnActionUpdate([weakBar = AceType::WeakClaim(this)](const GestureEvent& info) { in InitPanRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 209 panRecognizerNG_->SetOnActionUpdate(actionUpdate); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 1243 …selectRecognizer_->SetOnActionUpdate([weak = WeakClaim(this), context = context_](const GestureEve… in CreateSelectRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 450 …panRecognizer_->SetOnActionUpdate([weakItem = AceType::WeakClaim(this)](const GestureEvent& event)… in InitPanEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 2488 panRecognizer->SetOnActionUpdate( in CreateDragDropRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 1095 …pan->SetOnActionUpdate(std::bind(&RenderGridLayout::PanOnActionUpdate, this, std::placeholders::_1… in CreateDragDropRecognizer()
|