Home
last modified time | relevance | path

Searched refs:NotifyDragEvent (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h326 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 Dscrollable_test_ng.cpp1057 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 Dscrollable_fling_test_ng.cpp671 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 Drich_editor_pattern_test_ng.cpp551 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 Ddrag_drop_manager_test_ng.cpp1578 * @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 Ddrag_drop_manager_test_ng_coverage.cpp470 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h155 RefPtr<NotifyDragEvent>& notifyEvent, const Point& point, const DragEventType dragEventType);
241 RefPtr<NotifyDragEvent>& notifyEvent);
H A Ddrag_drop_manager.cpp511 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 Dtext_select_overlay.cpp523 RefPtr<NotifyDragEvent> notifyDragEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in TriggerScrollableParentToScroll()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h543 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) override;
974 void HandleHotZone(const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent);
H A Dscrollable_pattern.cpp2935 * @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 Drich_editor_pattern.h638 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 Drich_editor_pattern.cpp8850 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 Dpattern.h512 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) {}; in HandleOnDragStatusCallback()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp725 * @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 Dwindow_fuzzer.cpp563 window->NotifyDragEvent(point, dragEvent); in CheckWindowImplFunctionsPart5()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h368 void NotifyDragEvent(const PointInfo& point, DragEvent event);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1259 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) override;
H A Dtext_field_pattern.cpp2276 const DragEventType& dragEventType, const RefPtr<NotifyDragEvent>& notifyDragEvent) in HandleOnDragStatusCallback()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3640 NotifyDragEvent(point, event); in UpdateDragEvent()
3643 void WindowImpl::NotifyDragEvent(const PointInfo& point, DragEvent event) in NotifyDragEvent() function in OHOS::Rosen::WindowImpl

Completed in 71 milliseconds