Searched refs:draggableView (Results  1 – 4 of 4) sorted by relevance
| /packages/apps/Launcher3/src/com/android/launcher3/widget/ | 
| D | PendingItemDragHelper.java | 110         DraggableView draggableView;  in startDrag()  local176             draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_WIDGET);  in startDrag()
 205             draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON);  in startDrag()
 215             launcher.getDragController().startDrag(mAppWidgetHostViewPreview, draggableView,  in startDrag()
 218             launcher.getDragController().startDrag(preview, draggableView, dragLayerX, dragLayerY,  in startDrag()
 
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ | 
| D | SecondaryDisplayLauncher.java | 402         DraggableView draggableView = null;  in beginDragShared()  local404             draggableView = (DraggableView) child;  in beginDragShared()
 423         if (draggableView != null) {  in beginDragShared()
 424             draggableView.getSourceVisualDragBounds(dragRect);  in beginDragShared()
 440                     draggableView,  in beginDragShared()
 452                     draggableView,  in beginDragShared()
 
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/ | 
| D | Workspace.java | 1641     public DragView beginDragShared(View child, DraggableView draggableView, DragSource source,  in beginDragShared()  argument1660         if (draggableView == null && child instanceof DraggableView) {  in beginDragShared()
 1661             draggableView = (DraggableView) child;  in beginDragShared()
 1681         if (draggableView != null) {  in beginDragShared()
 1682             draggableView.getSourceVisualDragBounds(dragRect);  in beginDragShared()
 1717                     draggableView,  in beginDragShared()
 1729                     draggableView,  in beginDragShared()
 
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/popup/ | 
| D | PopupContainerWithArrow.java | 788             DraggableView draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON);791             DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
 
 |