@Override
 public boolean onLongClick(View v) {
   DragController.create().startDragFromStack(draggedView, v.getRootView());
   return true;
 }