Home
last modified time | relevance | path

Searched refs:OnDragEvent (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h40 bool OnDragEvent(const DragEvent& event) override in OnDragEvent() function
46 return UIView::OnDragEvent(event); in OnDragEvent()
119 bool OnDragEvent(const DragEvent& event) override in OnDragEvent() function
125 return UIScrollView::OnDragEvent(event); in OnDragEvent()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dpointer_input_device.cpp223 if (!draggableView_->OnDragEvent(evt)) { in DispatchDragEvent()
226 if (parent->OnDragEvent(evtParent)) { in DispatchDragEvent()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp154 bool UISwipeView::OnDragEvent(const DragEvent& event) in OnDragEvent() function in OHOS::UISwipeView
158 return UIView::OnDragEvent(event); in OnDragEvent()
173 return UIView::OnDragEvent(event); in OnDragEvent()
H A Dui_scroll_view.cpp42 bool UIScrollView::OnDragEvent(const DragEvent& event) in OnDragEvent() function in OHOS::UIScrollView
48 return UIView::OnDragEvent(event); in OnDragEvent()
H A Dui_slider.cpp338 bool UISlider::OnDragEvent(const DragEvent& event) in OnDragEvent() function in OHOS::UISlider
346 return UIView::OnDragEvent(event); in OnDragEvent()
H A Dui_edit_text.cpp154 bool UIEditText::OnDragEvent(const DragEvent& event) in OnDragEvent() function in OHOS::UIEditText
157 return UIView::OnDragEvent(event); in OnDragEvent()
H A Dui_list.cpp192 bool UIList::OnDragEvent(const DragEvent& event) in OnDragEvent() function in OHOS::UIList
207 return UIView::OnDragEvent(event); in OnDragEvent()
H A Dui_view.cpp505 bool UIView::OnDragEvent(const DragEvent& event) in OnDragEvent() function in OHOS::UIView
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h151 bool OnDragEvent(const DragEvent& event) override;
H A Dui_slider.h271 bool OnDragEvent(const DragEvent& event) override;
H A Dui_swipe_view.h208 bool OnDragEvent(const DragEvent& event) override;
H A Dui_edit_text.h127 bool OnDragEvent(const DragEvent& event) override;
H A Dui_list.h210 bool OnDragEvent(const DragEvent& event) override;
H A Dui_view.h515 virtual bool OnDragEvent(const DragEvent& event);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp762 …context_->OnDragEvent({ DEFAULT_INT1, DEFAULT_INT1 }, DragEventAction::DRAG_EVENT_START_FOR_CONTRO…
771 context_->OnDragEvent({ DEFAULT_INT1, DEFAULT_INT1 }, DragEventAction::DRAG_EVENT_OUT);
780 context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::DRAG_EVENT_START);
789 context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::DRAG_EVENT_END);
798 context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::DRAG_EVENT_MOVE);
801 context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::DRAG_EVENT_MOVE);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.cpp74 bool OnDragEvent(const DragEvent& event) override in OnDragEvent() function in OHOS::TestEventInjectorView
80 return UIView::OnDragEvent(event); in OnDragEvent()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp66 bool OnDragEvent(const DragEvent& event) override in OnDragEvent() function in OHOS::TestEventBubbleView
/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp72 bool OnDragEvent(const DragEvent& event) override in OnDragEvent() function in OHOS::TestEventInjectorView
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_func_wrapper_test_ng_coverage.cpp425 context->OnDragEvent({globalX, globalY }, DragEventAction::DRAG_EVENT_START_FOR_CONTROLLER); in __anon8b7ebbcb0402()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp276 pipelineContext->OnDragEvent( in StartDragAction()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp198 … [context, pointerEvent, action, node]() { context->OnDragEvent(pointerEvent, action, node); }, in InitializeDragEventCallback()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp196 void PipelineContext::OnDragEvent( in OnDragEvent() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h666 void OnDragEvent(const PointerEvent& pointerEvent, DragEventAction action,
H A Dpipeline_base.h222 virtual void OnDragEvent(const PointerEvent& pointerEvent, DragEventAction action,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h193 void OnDragEvent(const PointerEvent& pointerEvent, DragEventAction action,

12