summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2015-09-11 12:17:48 -0700
committerTony Wickham <twickham@google.com>2015-09-14 18:26:42 -0700
commit94e0d37f53e699364ebff732cf75ab81a577fb91 (patch)
treec600476a3af2fbe9dcc82140b5477aa13e9cb9fc /src/com/android/launcher3/allapps
parentd7dfd26f29a464a68523fe63b9b556f2931412c4 (diff)
downloadandroid_packages_apps_Trebuchet-94e0d37f53e699364ebff732cf75ab81a577fb91.tar.gz
android_packages_apps_Trebuchet-94e0d37f53e699364ebff732cf75ab81a577fb91.tar.bz2
android_packages_apps_Trebuchet-94e0d37f53e699364ebff732cf75ab81a577fb91.zip
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
Diffstat (limited to 'src/com/android/launcher3/allapps')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsContainerView.java2
1 files changed, 0 insertions, 2 deletions
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;
}