Home
last modified time | relevance | path

Searched refs:SetOnActionUpdate (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Drotation_gesture.cpp30 rotationRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
H A Dpinch_gesture.cpp38 pinchRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
H A Dpan_gesture.cpp41 panRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
H A Dgesture_recognizer.h114 void SetOnActionUpdate(const GestureEventFunc& onActionUpdate) in SetOnActionUpdate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dpinch_gesture.cpp38 pinchRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
H A Drotation_gesture.cpp48 rotationRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
H A Dpan_gesture.cpp40 panRecognizer->SetOnActionUpdate(*onActionUpdateId_); in CreateRecognizer()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dlong_press_recognizer_test_ng.cpp515 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 Dpan_event.cpp93 panRecognizer_->SetOnActionUpdate(actionUpdate); in OnCollectTouchTarget()
H A Ddrag_event.cpp444 panRecognizer_->SetOnActionUpdate(actionUpdate); in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.cpp53 …panRecognizer->SetOnActionUpdate(std::bind(&DragDropEvent::PanOnActionUpdate, this, std::placehold… in CreateDragDropRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.cpp47 … panRecognizer_->SetOnActionUpdate([weakBar = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize()
H A Dscrollable.cpp163 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 Dgesture_recognizer.h186 void SetOnActionUpdate(const GestureEventFunc& onActionUpdate) in SetOnActionUpdate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp437 pinchRecognizer_->SetOnActionUpdate(onPinchUpdate); in SetOnPinchUpdateCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp128 … panRecognizer_->SetOnActionUpdate([weak = AceType::WeakClaim(this)](const GestureEvent& event) { in OnTouchTestHit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp166 panRecognizer->SetOnActionUpdate([weak](const GestureEvent& info) { in InitializeDragAndAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp643 … 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 Dscroll_bar.cpp597 … 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 Dscrollable.cpp209 panRecognizerNG_->SetOnActionUpdate(actionUpdate); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1243 …selectRecognizer_->SetOnActionUpdate([weak = WeakClaim(this), context = context_](const GestureEve… in CreateSelectRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp450 …panRecognizer_->SetOnActionUpdate([weakItem = AceType::WeakClaim(this)](const GestureEvent& event)… in InitPanEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2488 panRecognizer->SetOnActionUpdate( in CreateDragDropRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp1095 …pan->SetOnActionUpdate(std::bind(&RenderGridLayout::PanOnActionUpdate, this, std::placeholders::_1… in CreateDragDropRecognizer()