Searched refs:ProcessDragEvent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 148 view->ProcessDragEvent(pointerEvent, node); in DispatchTouchEvent() 153 view->ProcessDragEvent(pointerEvent, node); in DispatchTouchEvent() 316 void AceViewOhos::ProcessDragEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, in ProcessDragEvent() function in OHOS::Ace::Platform::AceViewOhos 350 void AceViewOhos::ProcessDragEvent(int32_t x, int32_t y, const DragEventAction& action, in ProcessDragEvent() function in OHOS::Ace::Platform::AceViewOhos
|
H A D | ace_view_ohos.h | 92 void ProcessDragEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, 95 void ProcessDragEvent(int32_t x, int32_t y, const DragEventAction& action,
|
H A D | ace_ability.cpp | 791 aceView->ProcessDragEvent(x, y, action); in OnDrag()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 766 void ProcessDragEvent(
|
H A D | pipeline_context.cpp | 2957 void PipelineContext::ProcessDragEvent( in ProcessDragEvent() function in OHOS::Ace::PipelineContext 3103 ProcessDragEvent(renderNode, event, globalPoint); in OnDragEvent()
|