Reverting: "Animating the drag view scale up and down when dragging items."

Change-Id: I133ff2631834a4b97e1e4750fb7c07793ddeba69
This commit is contained in:
Winson Chung
2012-02-13 13:03:52 -08:00
parent 9659d0c3a5
commit a1cdab0392
11 changed files with 88 additions and 86 deletions

View File

@@ -55,9 +55,6 @@ public interface DropTarget {
/** Indicates that the drag operation was cancelled */
public boolean cancelled = false;
/** Defers removing the DragView from the DragLayer until after the drop animation. */
public boolean deferDragViewCleanupPostAnimation = true;
public DragObject() {
}
}