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.java109 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/
DSecondaryDisplayLauncher.java388 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/
DPopupContainerWithArrow.java637 DraggableView draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON);
640 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1675 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()