Home
last modified time | relevance | path

Searched refs:GetDragCursorStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h141 std::string GetDragCursorStyle(DragCursorStyle value) const;
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp650GetDragCursorStyle(style).c_str(), DRAG_DATA_MGR.GetDragWindowVisible() ? "true" : "false"); in Dump()
657GetDragCursorStyle(style).c_str(), DRAG_DATA_MGR.GetDragWindowVisible() ? "true" : "false"); in Dump()
716 std::string DragManager::GetDragCursorStyle(DragCursorStyle value) const in GetDragCursorStyle() function in OHOS::Msdp::DeviceStatus::DragManager