Ejemplo n.º 1
0
 /**
  * You probably want to use this to set the currently dragging item to blank while it's being
  * dragged
  *
  * @return the id of the item currently being dragged or {@code RecyclerView.NO_ID } if not being
  *     dragged
  */
 public long getDraggingId() {
   return dragManager.getDraggingId();
 }