Home
last modified time | relevance | path

Searched refs:preDragDropNode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.h77 void SetPreDragDropNode(const RefPtr<DragDropEvent>& preDragDropNode) in SetPreDragDropNode() argument
79 preDragDropNode_ = preDragDropNode; in SetPreDragDropNode()
H A Drender_box.cpp360 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate() local
371 if (preDragDropNode == targetDragDropNode) { in PanOnActionUpdate()
377 if (preDragDropNode && preDragDropNode->GetOnDragLeave()) { in PanOnActionUpdate()
378 (preDragDropNode->GetOnDragLeave())(event, extraParams->ToString()); in PanOnActionUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp1036 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate() local
1037 if (preDragDropNode == targetDragDropNode) { in PanOnActionUpdate()
1043 if (preDragDropNode && preDragDropNode->GetOnDragLeave()) { in PanOnActionUpdate()
1044 (preDragDropNode->GetOnDragLeave())(event, extraParams->ToString()); in PanOnActionUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1102 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate() local
1103 if (preDragDropNode == targetDragDropNode) { in PanOnActionUpdate()
1109 if (preDragDropNode && preDragDropNode->GetOnDragLeave()) { in PanOnActionUpdate()
1110 (preDragDropNode->GetOnDragLeave())(event, extraParams->ToString()); in PanOnActionUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1128 auto preDragDropNode = GetPreDragDropNode(); in PanOnActionUpdate() local
1129 if (preDragDropNode == targetDragDropNode) { in PanOnActionUpdate()
1135 if (preDragDropNode && preDragDropNode->GetOnDragLeave()) { in PanOnActionUpdate()
1136 (preDragDropNode->GetOnDragLeave())(event, extraParams->ToString()); in PanOnActionUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h668 void SetPreTargetRenderNode(const RefPtr<DragDropEvent>& preDragDropNode);
H A Dpipeline_context.cpp2937 void PipelineContext::SetPreTargetRenderNode(const RefPtr<DragDropEvent>& preDragDropNode) in SetPreTargetRenderNode() argument
2939 preTargetRenderNode_ = preDragDropNode; in SetPreTargetRenderNode()