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

Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
This commit is contained in:
Winson Chung
2012-02-13 18:29:29 -08:00
parent d83f5f4db3
commit 7bd1bbb509
13 changed files with 111 additions and 132 deletions
@@ -394,7 +394,9 @@ public class DragController {
listener.onDragEnd();
}
if (mDragObject.dragView != null) {
mDragObject.dragView.remove();
if (!mDragObject.deferDragViewCleanupPostAnimation) {
mDragObject.dragView.remove();
}
mDragObject.dragView = null;
}
}