/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | rotation_gesture.cpp | 26 rotationRecognizer->SetOnActionStart(*onActionStartId_); in CreateRecognizer()
|
H A D | pinch_gesture.cpp | 34 pinchRecognizer->SetOnActionStart(*onActionStartId_); in CreateRecognizer()
|
H A D | pan_gesture.cpp | 37 panRecognizer->SetOnActionStart(*onActionStartId_); in CreateRecognizer()
|
H A D | gesture_recognizer.h | 109 void SetOnActionStart(const GestureEventFunc& onActionStart) in SetOnActionStart() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | pinch_gesture.cpp | 34 pinchRecognizer->SetOnActionStart(*onActionStartId_); in CreateRecognizer()
|
H A D | rotation_gesture.cpp | 44 rotationRecognizer->SetOnActionStart(*onActionStartId_); in CreateRecognizer()
|
H A D | pan_gesture.cpp | 36 panRecognizer->SetOnActionStart(*onActionStartId_); in CreateRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | pan_event.cpp | 71 panRecognizer_->SetOnActionStart(actionStart); in OnCollectTouchTarget()
|
H A D | drag_event.cpp | 427 panRecognizer_->SetOnActionStart(actionStart); in OnCollectTouchTarget()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | drag_drop_event.cpp | 52 …panRecognizer->SetOnActionStart(std::bind(&DragDropEvent::PanOnActionStart, this, std::placeholder… in CreateDragDropRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | gesture_recognizer.h | 181 void SetOnActionStart(const GestureEventFunc& onActionStart) in SetOnActionStart() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 425 pinchRecognizer_->SetOnActionStart(onPinchStart); in SetOnPinchStartCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scrollable.cpp | 162 panRecognizerNG_->SetOnActionStart(actionStart); in Initialize() 169 panRecognizer_->SetOnActionStart(actionStart); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_column.cpp | 122 … panRecognizer_->SetOnActionStart([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 | 160 panRecognizer->SetOnActionStart([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 | 655 … panRecognizer_->SetOnActionStart([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 | 609 … panRecognizer_->SetOnActionStart([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 | 208 panRecognizerNG_->SetOnActionStart(actionStart); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 1227 …selectRecognizer_->SetOnActionStart([weak = WeakClaim(this), context = context_](const GestureEven… in CreateSelectRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 2425 panRecognizer->SetOnActionStart([weakRenderList = AceType::WeakClaim(this), context = context_, in CreateDragDropRecognizer()
|