Searched refs:stopDragCallback (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_func_wrapper.cpp | 104 StopDragCallback stopDragCallback = [dragAction, container]() { in ConfirmCurPointerEventInfo() local 121 dragAction->sourceType, sourceTool, std::move(stopDragCallback)); in ConfirmCurPointerEventInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_ace_container.cpp | 203 int32_t& sourceTool, StopDragCallback&& stopDragCallback) in GetCurPointerEventInfo() 202 GetCurPointerEventInfo(int32_t& pointerId, int32_t& globalX, int32_t& globalY, int32_t& sourceType, int32_t& sourceTool, StopDragCallback&& stopDragCallback) GetCurPointerEventInfo() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 592 int32_t& sourceTool, StopDragCallback&& stopDragCallback) override; 725 void RegisterStopDragCallback(int32_t pointerId, StopDragCallback&& stopDragCallback);
|
H A D | ace_container.cpp | 3045 int32_t& sourceTool, StopDragCallback&& stopDragCallback) in GetCurPointerEventInfo() 3064 RegisterStopDragCallback(pointerId, std::move(stopDragCallback)); in GetCurPointerEventInfo() 3077 void AceContainer::RegisterStopDragCallback(int32_t pointerId, StopDragCallback&& stopDragCallback) in RegisterStopDragCallback() argument 3081 iter->second.emplace_back(std::move(stopDragCallback)); in RegisterStopDragCallback() 3084 list.emplace_back(std::move(stopDragCallback)); in RegisterStopDragCallback() 3043 GetCurPointerEventInfo( int32_t& pointerId, int32_t& globalX, int32_t& globalY, int32_t& sourceType, int32_t& sourceTool, StopDragCallback&& stopDragCallback) GetCurPointerEventInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.h | 500 int32_t& sourceTool, StopDragCallback&& stopDragCallback) in GetCurPointerEventInfo() 498 GetCurPointerEventInfo( int32_t& pointerId, int32_t& globalX, int32_t& globalY, int32_t& sourceType, int32_t& sourceTool, StopDragCallback&& stopDragCallback) GetCurPointerEventInfo() argument
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 1592 StopDragCallback stopDragCallback = [asyncCtx, container]() { in ConfirmCurPointerEventInfo() local 1598 sourceTool, std::move(stopDragCallback)); in ConfirmCurPointerEventInfo()
|
Completed in 14 milliseconds