From af40f205d7f0c5f73a92ff5d9b8e9602dbde58c0 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 18 Sep 2013 18:26:31 -0700 Subject: Initial changes to restore clings. Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f --- src/com/android/launcher3/AppsCustomizePagedView.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/com/android/launcher3/AppsCustomizePagedView.java') diff --git a/src/com/android/launcher3/AppsCustomizePagedView.java b/src/com/android/launcher3/AppsCustomizePagedView.java index a36f44459..213e50a67 100644 --- a/src/com/android/launcher3/AppsCustomizePagedView.java +++ b/src/com/android/launcher3/AppsCustomizePagedView.java @@ -411,7 +411,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen pos[0] += (getMeasuredWidth() - mWidgetSpacingLayout.getMeasuredWidth()) / 2 + offset[0]; pos[1] += offset[1] - mLauncher.getDragLayer().getPaddingTop(); - mLauncher.showFirstRunAllAppsCling(pos); } } @@ -792,9 +791,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen public void run() { // We don't enter spring-loaded mode if the drag has been cancelled if (mLauncher.getDragController().isDragging()) { - // Dismiss the cling - mLauncher.dismissAllAppsCling(null); - // Reset the alpha on the dragged icon before we drag resetDrawableState(); -- cgit v1.2.3