/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 197 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 D | event_hub.cpp | 84 DragDropResult dropResult { DragResult::DRAG_CANCEL, false, -1 }; in OnReceiveEvent()
|
H A D | drag_hisysevent.cpp | 45 { DragResult::DRAG_CANCEL, "DRAG_CANCEL" },
|
H A D | drag_manager.cpp | 706 { DragResult::DRAG_CANCEL, "cancel" }, in GetDragResult() 1119 case DragResult::DRAG_CANCEL: { in HandleDragResult()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_event.h | 55 DRAG_CANCEL, enumerator
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | drag_data.h | 104 DRAG_CANCEL = 2, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 824 …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 D | drag_drop_func_wrapper.cpp | 97 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 D | nweb.h | 125 DRAG_CANCEL, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 1229 delegate_->HandleDragEvent(0, 0, DragAction::DRAG_CANCEL); in PanOnActionCancel()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 489 DRAG_CANCEL, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | gesture_event_hub_test_ng.cpp | 1862 event->SetResult(DragRet::DRAG_CANCEL);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 1253 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 D | js_drag_controller.cpp | 1546 …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 D | gesture_event_hub.cpp | 917 if (eventRet == DragRet::DRAG_FAIL || eventRet == DragRet::DRAG_CANCEL) { in OnDragStart()
|