Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2962 auto initDragDropNode = AceType::DynamicCast<DragDropEvent>(GetInitRenderNode()); in ProcessDragEvent() local
2982 if (targetDragDropNode != initDragDropNode) { in ProcessDragEvent()
3009 auto initDragDropNode = AceType::DynamicCast<DragDropEvent>(GetInitRenderNode()); in ProcessDragEventEnd() local
3038 if (targetDragDropNode != initDragDropNode) { in ProcessDragEventEnd()
3048 if (initDragDropNode && initDragDropNode->GetOnDrop()) { in ProcessDragEventEnd()
3049 (initDragDropNode->GetOnDrop())(event, extraParams->ToString()); in ProcessDragEventEnd()