Home
last modified time | relevance | path

Searched refs:GetPreDragDropNode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.h82 const RefPtr<DragDropEvent>& GetPreDragDropNode() const in GetPreDragDropNode() function
H A Drender_box.cpp360 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate()
435 ACE_DCHECK(GetPreDragDropNode() == FindTargetRenderNode<RenderBox>(pipelineContext, info)); in PanOnActionEnd()
436 auto targetDragDropNode = GetPreDragDropNode(); in PanOnActionEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp1036 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate()
1099 ACE_DCHECK(GetPreDragDropNode() == FindTargetRenderNode<DragDropEvent>(pipelineContext, info)); in PanOnActionEnd()
1100 auto targetDragDropNode = GetPreDragDropNode(); in PanOnActionEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1102 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate()
1175 ACE_DCHECK(GetPreDragDropNode() == FindTargetRenderNode<DragDropEvent>(pipelineContext, info)); in PanOnActionEnd()
1176 auto targetDragDropNode = GetPreDragDropNode(); in PanOnActionEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1128 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate()
1204 ACE_DCHECK(GetPreDragDropNode() == FindTargetRenderNode<DragDropEvent>(pipelineContext, info)); in PanOnActionEnd()
1205 auto targetDragDropNode = GetPreDragDropNode(); in PanOnActionEnd()