Home
last modified time | relevance | path

Searched refs:draggableView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java110 DraggableView draggableView; in startDrag() local
176 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/
DSecondaryDisplayLauncher.java402 DraggableView draggableView = null; in beginDragShared() local
404 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/
DWorkspace.java1641 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared() argument
1660 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/
DPopupContainerWithArrow.java788 DraggableView draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON);
791 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,