Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java104 DraggableView draggableView; in startDrag() local
169 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_WIDGET); in startDrag()
199 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON); in startDrag()
213 launcher.getDragController().startDrag(mAppWidgetHostViewPreview, draggableView, in startDrag()
217 launcher.getDragController().startDrag(preview, draggableView, dragLayerX, dragLayerY, in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java670 DraggableView draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON);
673 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1451 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared() argument
1472 if (draggableView == null && child instanceof DraggableView) { in beginDragShared()
1473 draggableView = (DraggableView) child; in beginDragShared()
1495 if (draggableView != null) { in beginDragShared()
1496 draggableView.getSourceVisualDragBounds(dragRect); in beginDragShared()
1521 draggableView, in beginDragShared()
1534 draggableView, in beginDragShared()