Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp197 case DragRet::DRAG_CANCEL: in TranslateDragResult()
198 return Msdp::DeviceStatus::DragResult::DRAG_CANCEL; in TranslateDragResult()
240 case Msdp::DeviceStatus::DragResult::DRAG_CANCEL: in TranslateDragResult()
241 return DragRet::DRAG_CANCEL; in TranslateDragResult()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Devent_hub.cpp84 DragDropResult dropResult { DragResult::DRAG_CANCEL, false, -1 }; in OnReceiveEvent()
H A Ddrag_hisysevent.cpp45 { DragResult::DRAG_CANCEL, "DRAG_CANCEL" },
H A Ddrag_manager.cpp706 { DragResult::DRAG_CANCEL, "cancel" }, in GetDragResult()
1119 case DragResult::DRAG_CANCEL: { in HandleDragResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h55 DRAG_CANCEL, enumerator
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h104 DRAG_CANCEL = 2, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp824 …DragDropRet dragDropRet { DragRet::DRAG_CANCEL, false, container->GetWindowId(), DragBehavior::UNK… in OnDragEnd()
991 } else if (dragResult == DragRet::DRAG_CANCEL) { in OnDragDrop()
1924 case DragRet::DRAG_CANCEL: in SetDragResult()
1925 result = DragRet::DRAG_CANCEL; in SetDragResult()
H A Ddrag_drop_func_wrapper.cpp97 OHOS::Ace::DragDropRet dropResult { OHOS::Ace::DragRet::DRAG_CANCEL, false, windowId, in PostStopDrag()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h125 DRAG_CANCEL, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1229 delegate_->HandleDragEvent(0, 0, DragAction::DRAG_CANCEL); in PanOnActionCancel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h489 DRAG_CANCEL, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp1862 event->SetResult(DragRet::DRAG_CANCEL);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1253 delegate_->HandleDragEvent(0, 0, DragAction::DRAG_CANCEL); in ResetDragAction()
1590 delegate_->HandleDragEvent(0, 0, DragAction::DRAG_CANCEL); in NotifyStartDragTask()
1697 delegate_->HandleDragEvent(0, 0, DragAction::DRAG_CANCEL); in HandleDragStart()
1890 delegate_->HandleDragEvent(0, 0, DragAction::DRAG_CANCEL); in HandleDragCancel()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp1546 …Msdp::DeviceStatus::DragDropResult dropResult { Msdp::DeviceStatus::DragResult::DRAG_CANCEL, false, in ConfirmCurPointerEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp917 if (eventRet == DragRet::DRAG_FAIL || eventRet == DragRet::DRAG_CANCEL) { in OnDragStart()