/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_event.h | 326 class NotifyDragEvent : public DragEvent { class 327 DECLARE_ACE_TYPE(NotifyDragEvent, DragEvent) 330 NotifyDragEvent() = default; 331 ~NotifyDragEvent() = default;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_test_ng.cpp | 1057 const RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 1088 const RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 1118 const RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F()
|
H A D | scrollable_fling_test_ng.cpp | 671 RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 686 notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 750 const RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_test_ng.cpp | 551 RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 607 RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 650 RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 676 RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng.cpp | 1578 * @tc.steps: step4. update NotifyDragEvent. in HWTEST_F() 1581 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F() 1655 * @tc.steps: step4. update nodesForDragNotify_ and NotifyDragEvent. in HWTEST_F() 1658 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F()
|
H A D | drag_drop_manager_test_ng_coverage.cpp | 470 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.h | 155 RefPtr<NotifyDragEvent>& notifyEvent, const Point& point, const DragEventType dragEventType); 241 RefPtr<NotifyDragEvent>& notifyEvent);
|
H A D | drag_drop_manager.cpp | 511 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in UpdateDragListener() 522 DragEventType dragEventType, RefPtr<NotifyDragEvent>& notifyEvent) in NotifyDragRegisterFrameNode() 544 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in NotifyDragFrameNode() 1529 RefPtr<NotifyDragEvent>& notifyEvent, const Point& point, const DragEventType dragEventType) in UpdateNotifyDragEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 523 RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in TriggerScrollableParentToScroll()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.h | 543 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) override; 974 void HandleHotZone(const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent);
|
H A D | scrollable_pattern.cpp | 2935 * @param {NotifyDragEvent&} notifyDragEvent Drag event 2939 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) in HandleHotZone() 2998 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) in HandleOnDragStatusCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 638 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) override; 1115 void HandleCursorOnDragMoved(const RefPtr<NotifyDragEvent>& notifyDragEvent); 1116 void HandleCursorOnDragLeaved(const RefPtr<NotifyDragEvent>& notifyDragEvent); 1117 void HandleCursorOnDragEnded(const RefPtr<NotifyDragEvent>& notifyDragEvent);
|
H A D | rich_editor_pattern.cpp | 8850 void RichEditorPattern::HandleCursorOnDragMoved(const RefPtr<NotifyDragEvent>& notifyDragEvent) 8875 void RichEditorPattern::HandleCursorOnDragLeaved(const RefPtr<NotifyDragEvent>& notifyDragEvent) in HandleCursorOnDragLeaved() 8887 void RichEditorPattern::HandleCursorOnDragEnded(const RefPtr<NotifyDragEvent>& notifyDragEvent) in HandleCursorOnDragEnded() 8909 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) in HandleOnDragStatusCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 512 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) {}; in HandleOnDragStatusCallback()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test5.cpp | 725 * @tc.name: NotifyDragEvent 726 * @tc.desc: NotifyDragEvent test 729 HWTEST_F(WindowImplTest5, NotifyDragEvent, Function | SmallTest | Level1) in HWTEST_F() 733 option->SetWindowName("NotifyDragEvent"); in HWTEST_F() 744 window->NotifyDragEvent(point, DragEvent::DRAG_EVENT_OUT); in HWTEST_F()
|
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 563 window->NotifyDragEvent(point, dragEvent); in CheckWindowImplFunctionsPart5()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 368 void NotifyDragEvent(const PointInfo& point, DragEvent event);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 1259 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) override;
|
H A D | text_field_pattern.cpp | 2276 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) in HandleOnDragStatusCallback()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 3640 NotifyDragEvent(point, event); in UpdateDragEvent() 3643 void WindowImpl::NotifyDragEvent(const PointInfo& point, DragEvent event) in NotifyDragEvent() function in OHOS::Rosen::WindowImpl
|