From 94e0d37f53e699364ebff732cf75ab81a577fb91 Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Fri, 11 Sep 2015 12:17:48 -0700 Subject: Initial spring loaded workspace. It is a bit clunky and doesn't have the App Info drag bar at the bottom yet, but it is a start. Also removed page hints because they are no longer used. Change-Id: I1f8f82d33e6694cab1f1c762e78852ac0d40ab33 --- src/com/android/launcher3/allapps/AllAppsContainerView.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/com/android/launcher3/allapps') diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java index 41b4e047c..979a7332b 100644 --- a/src/com/android/launcher3/allapps/AllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java @@ -477,8 +477,6 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc // Start the drag mLauncher.getWorkspace().beginDragShared(v, mIconLastTouchPos, this, false); - // Enter spring loaded mode - mLauncher.enterSpringLoadedDragMode(); return false; } -- cgit v1.2.3