Searched refs:SetDragStyle (Results 1 – 4 of 4) sorted by relevance
130 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::DEFAULT);133 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::FORBIDDEN);136 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::COPY);139 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::MOVE);151 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::DEFAULT);154 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::FORBIDDEN);157 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::COPY);160 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::MOVE);
37 void SetDragStyle(DragCursorStyle style);
37 void DragDataManager::SetDragStyle(DragCursorStyle style) in SetDragStyle() function in OHOS::Msdp::DeviceStatus::DragDataManager
381 DRAG_DATA_MGR.SetDragStyle(style); in UpdateDragStyle()