Searched refs:draggableView (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingItemDragHelper.java | 109 DraggableView draggableView; in startDrag() local 173 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_WIDGET); in startDrag() 202 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON); in startDrag() 212 launcher.getDragController().startDrag(mAppWidgetHostViewPreview, draggableView, in startDrag() 215 launcher.getDragController().startDrag(preview, draggableView, dragLayerX, dragLayerY, in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 388 DraggableView draggableView = null; in beginDragShared() local 390 draggableView = (DraggableView) child; in beginDragShared() 409 if (draggableView != null) { in beginDragShared() 410 draggableView.getSourceVisualDragBounds(dragRect); in beginDragShared() 426 draggableView, in beginDragShared() 438 draggableView, in beginDragShared()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 637 DraggableView draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON); 640 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1675 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared() argument 1694 if (draggableView == null && child instanceof DraggableView) { in beginDragShared() 1695 draggableView = (DraggableView) child; in beginDragShared() 1715 if (draggableView != null) { in beginDragShared() 1716 draggableView.getSourceVisualDragBounds(dragRect); in beginDragShared() 1748 draggableView, in beginDragShared() 1760 draggableView, in beginDragShared()
|