Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp148 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 Dace_view_ohos.h92 void ProcessDragEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent,
95 void ProcessDragEvent(int32_t x, int32_t y, const DragEventAction& action,
H A Dace_ability.cpp791 aceView->ProcessDragEvent(x, y, action); in OnDrag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h766 void ProcessDragEvent(
H A Dpipeline_context.cpp2957 void PipelineContext::ProcessDragEvent( in ProcessDragEvent() function in OHOS::Ace::PipelineContext
3103 ProcessDragEvent(renderNode, event, globalPoint); in OnDragEvent()