From 3e7c7634531302271270c8cf418abc959d621cbc Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Sat, 2 Oct 2010 16:01:03 -0700 Subject: updated Workspace thumbnail behavior - in All Apps mode, fade thumbnails completely - while dragging, have thumbnails re-appear - while dragging, give screen thumbnails that can accept drops a different appearance (green outline instead of blue) Change-Id: I72ddf8a0f1947d35ef11514b7d4eea9ae5eee6e2 --- src/com/android/launcher2/AllAppsPagedView.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/com/android/launcher2/AllAppsPagedView.java') diff --git a/src/com/android/launcher2/AllAppsPagedView.java b/src/com/android/launcher2/AllAppsPagedView.java index b3929597d..cbb46e2fd 100644 --- a/src/com/android/launcher2/AllAppsPagedView.java +++ b/src/com/android/launcher2/AllAppsPagedView.java @@ -224,6 +224,7 @@ public class AllAppsPagedView extends PagedView ApplicationInfo app = (ApplicationInfo) v.getTag(); app = new ApplicationInfo(app); + mLauncher.getWorkspace().onDragStartedWithItemSpans(1, 1); mDragController.startDrag(v, this, app, DragController.DRAG_ACTION_COPY); return true; } @@ -234,6 +235,7 @@ public class AllAppsPagedView extends PagedView if (target != this) { endChoiceMode(); } + mLauncher.getWorkspace().onDragStopped(); } @Override -- cgit v1.2.3