Home
last modified time | relevance | path

Searched refs:SetDragWindow (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp360 void InteractionManager::SetDragWindow(std::shared_ptr<OHOS::Rosen::Window> window) in SetDragWindow() function in OHOS::Msdp::DeviceStatus::InteractionManager
362 DRAG_MANAGER.SetDragWindow(window); in SetDragWindow()
/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h84 virtual void SetDragWindow(std::shared_ptr<OHOS::Rosen::Window> window) = 0;
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h414 void SetDragWindow(std::shared_ptr<OHOS::Rosen::Window> window);
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h156 void SetDragWindow(std::shared_ptr<OHOS::Rosen::Window> window) override;
H A Ddrag_drawing.h262 void SetDragWindow(std::shared_ptr<OHOS::Rosen::Window> window);
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp1713 void DragManager::SetDragWindow(std::shared_ptr<OHOS::Rosen::Window> window) in SetDragWindow() function in OHOS::Msdp::DeviceStatus::DragManager
1715 dragDrawing_.SetDragWindow(window); in SetDragWindow()
H A Ddrag_drawing.cpp3627 void DragDrawing::SetDragWindow(std::shared_ptr<OHOS::Rosen::Window> window) in SetDragWindow() function in OHOS::Msdp::DeviceStatus::DragDrawing

Completed in 11 milliseconds