Home
last modified time | relevance | path

Searched refs:GetDragDropManager (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_proxy.cpp29 auto manager = pipeline->GetDragDropManager(); in OnTextDragStart()
39 auto manager = pipeline->GetDragDropManager(); in OnDragStart()
56 auto manager = pipeline->GetDragDropManager(); in OnDragMove()
69 auto manager = pipeline->GetDragDropManager(); in OnDragEnd()
86 auto manager = pipeline->GetDragDropManager(); in onDragCancel()
96 auto manager = pipeline->GetDragDropManager(); in OnItemDragStart()
108 auto manager = pipeline->GetDragDropManager(); in OnItemDragMove()
120 auto manager = pipeline->GetDragDropManager(); in OnItemDragEnd()
132 auto manager = pipeline->GetDragDropManager(); in onItemDragCancel()
143 auto manager = pipeline->GetDragDropManager(); in DestroyDragWindow()
H A Ddrag_drop_func_wrapper.cpp234 auto manager = pipelineContext->GetDragDropManager(); in StartDragAction()
288 auto manager = pipelineContext->GetDragDropManager(); in SetDraggingPointerAndPressedState()
299 auto manager = pipelineContext->GetDragDropManager(); in DecideWhetherToStopDragging()
494 auto manager = pipelineContext->GetDragDropManager(); in SetExtraInfo()
H A Ddrag_drop_manager.cpp78 auto dragDropManager = pipeline->GetDragDropManager(); in GetMenuWrapperNodeFromDrag()
2149 auto dragDropManager = pipelineContext->GetDragDropManager(); in GetMenuPreviewRect()
2167 auto dragDropMgr = context->GetDragDropManager(); in GetMaxWidthBaseOnGridSystem()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_proxy_test_ng.cpp270 auto manager = pipeline->GetDragDropManager();
453 auto manager = pipeline->GetDragDropManager();
484 auto manager = pipeline->GetDragDropManager();
516 auto manager = pipeline->GetDragDropManager();
548 auto manager = pipeline->GetDragDropManager();
H A Ddrag_drop_func_wrapper_test_ng_coverage.cpp82 auto manager = pipelineContext->GetDragDropManager();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_model_ng.cpp73 auto dragDropManager = pipeline->GetDragDropManager(); in Create()
97 auto dragDropManager = pipeline->GetDragDropManager(); in Create()
120 auto dragDropManager = pipeline->GetDragDropManager(); in Create()
168 auto dragDropManager = pipeline->GetDragDropManager(); in CreateSecurityUIExtension()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_event_hub.cpp66 auto manager = pipeline->GetDragDropManager(); in OnItemDragStart()
100 auto dragDropManager = pipeline->GetDragDropManager(); in HandleOnItemDragStart()
H A Dlist_model_ng.cpp462 auto dragDropManager = pipeline->GetDragDropManager(); in AddDragFrameNodeToManager()
932 auto dragDropManager = pipeline->GetDragDropManager(); in AddDragFrameNodeToManager()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_event_hub.cpp174 auto dragDropManager = pipeline->GetDragDropManager(); in HandleOnItemDragStart()
195 auto manager = pipeline->GetDragDropManager(); in HandleOnItemDragStart()
212 auto manager = pipeline->GetDragDropManager(); in HandleOnItemDragStart()
H A Dgrid_model_ng.cpp303 auto dragDropManager = pipeline->GetDragDropManager(); in AddDragFrameNodeToManager()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp168 auto dragDropManager = pipeline->GetDragDropManager(); in IsGlobalStatusSuitableForDragging()
296 auto dragDropManager = pipeline->GetDragDropManager(); in OnCollectTouchTarget()
317 auto dragDropManager = pipeline->GetDragDropManager(); in OnCollectTouchTarget()
657 auto dragDropManager = pipeline->GetDragDropManager(); in OnCollectTouchTarget()
893 auto dragDropManager = pipeline->GetDragDropManager(); in SetDragDampStartPointInfo()
904 auto dragDropManager = pipeline->GetDragDropManager(); in HandleDragDampingMove()
1603 auto dragDropManager = mainPipeline->GetDragDropManager(); in ExecutePreDragAction()
2136 auto dragDropManager = pipeline->GetDragDropManager(); in IsBelongToMultiItemNode()
2259 auto dragDropManager = pipelineContext->GetDragDropManager(); in HandleTouchUpEvent()
2563 auto dragDropManager = pipeline->GetDragDropManager(); in PrepareFinalPixelMapForDragThroughTouch()
[all …]
H A Dgesture_event_hub.cpp560 auto dragDropManager = pipeLine->GetDragDropManager(); in ResetDragActionForWeb()
714 auto dragDropManager = pipeline->GetDragDropManager(); in GetPixelMapScale()
858 auto dragDropManager = pipeline->GetDragDropManager(); in HandleOnDragStart()
910 auto dragDropManager = pipeline->GetDragDropManager(); in OnDragStart()
1262 auto dragDropManager = context->GetDragDropManager(); in RegisterCoordinationListener()
1278 auto dragDropManager = pipeline->GetDragDropManager(); in HandleOnDragUpdate()
1634 auto dragDropManager = pipeline->GetDragDropManager(); in GetDragCallback()
1950 auto dragDropManager = pipeline->GetDragDropManager(); in SetMouseDragGatherPixelMaps()
1980 auto dragDropManager = pipeline->GetDragDropManager(); in SetNotMouseDragGatherPixelMaps()
2023 auto dragDropManager = pipeline->GetDragDropManager(); in FireCustomerOnDragEnd()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp88 auto dragDropManager = pipeline->GetDragDropManager();
132 auto dragDropManager = pipeline->GetDragDropManager();
164 auto dragDropManager = pipeline->GetDragDropManager();
609 auto dragDropManager = pipelineContext->GetDragDropManager();
785 auto dragDropManager = pipeline->GetDragDropManager();
H A Dgesture_event_hub_test_ng_property_config.cpp773 auto dragDropManager = pipeline->GetDragDropManager();
1281 auto dragDropManager = pipeline->GetDragDropManager();
1396 auto dragDropManager = pipeline->GetDragDropManager();
1768 auto dragDropManager = context->GetDragDropManager();
1869 auto dragDropManager = context->GetDragDropManager();
1903 auto dragDropManager = context->GetDragDropManager();
H A Ddrag_event_test_ng.cpp931 auto dragDropManager = pipeline->GetDragDropManager();
970 auto dragDropManager = pipeline->GetDragDropManager();
1128 auto dragDropManager = pipelineContext->GetDragDropManager();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp77 auto manager = pipelineContext->GetDragDropManager(); in StartDrag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp269 auto dragDropManager = pipelineContext->GetDragDropManager(); in ShowBadgeAnimation()
320 auto dragDropManager = pipelineContext->GetDragDropManager(); in CalcBadgeTextPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_pattern.cpp177 auto dragDropManager = mainPipeline->GetDragDropManager(); in InitPanEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1216 const RefPtr<DragDropManager>& PipelineContext::GetDragDropManager() in GetDragDropManager() function in OHOS::Ace::NG::PipelineContext
2646 auto manager = GetDragDropManager(); in ResetDraggingStatus()
3092 auto manager = GetDragDropManager(); in OnMouseEvent()
3278 auto manager = GetDragDropManager(); in OnKeyEvent()
3377 auto dragManager = GetDragDropManager(); in OnAxisEvent()
3511 auto dragDropManager = GetDragDropManager(); in OnHide()
3855 auto manager = GetDragDropManager(); in RequireSummary()
3866 auto manager = GetDragDropManager(); in OnDragEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h803 auto dragDropManager = context->GetDragDropManager(); in AddDragFrameNodeToManager()
812 auto dragDropManager = context->GetDragDropManager(); in RemoveDragFrameNodeFromManager()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1127 auto dragDropManager = context->GetDragDropManager(); in AddDragFrameNodeToManager()
1138 auto dragDropManager = context->GetDragDropManager(); in RemoveDragFrameNodeFromManager()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp559 auto manager = pipeline->GetDragDropManager(); in DispatchPointerEvent()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp352 const RefPtr<DragDropManager>& PipelineContext::GetDragDropManager() in GetDragDropManager() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp984 auto manager = pipeline->GetDragDropManager(); in HandleTouchMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp307 auto dragDropManager = pipelineContext->GetDragDropManager(); in BindContextMenu()

12