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

- Also fixing up how we draw the drag view alpha

Change-Id: Ied82aec9d52274b0fe65c989eab818b0264a9eb2
This commit is contained in:
Winson Chung
2012-02-06 16:43:52 -08:00
parent 6af9af057f
commit 42c29aedf2
11 changed files with 86 additions and 88 deletions

View File

@@ -55,6 +55,9 @@ 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() {
}
}