Fixing issues with spring loaded adding.

- Delaying until items are added
- Showing bg when going into spring loaded mode
- Fixing regression where dropping widgets on full page would not trigger a notification
- Fixing regression on tablet where pages were no longer being rotated or shown

Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
This commit is contained in:
Winson Chung
2011-07-08 15:34:52 -07:00
parent a71cb1778d
commit 557d6ed50c
27 changed files with 302 additions and 213 deletions

View File

@@ -49,6 +49,9 @@ public interface DropTarget {
/** Where the drag originated */
public DragSource dragSource = null;
/** Post drag animation runnable */
public Runnable postAnimationRunnable = null;
public DragObject() {
}
}