Added config_springLoadWorkspace to enable/disable spring-loaded workspace.

- Added side hints back
- Only scale down icons if spring-loaded
- Only show App Info drop target if spring-loaded

Change-Id: I4b0dddccbe0e80b7ceb6b7266fc527f757744148
This commit is contained in:
Tony Wickham
2015-12-02 17:55:07 -08:00
parent 11c45f1141
commit 0f97b7874f
26 changed files with 223 additions and 14 deletions

View File

@@ -494,6 +494,8 @@ 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;
}