am bdb1030e: Removing functionality to click under AllApps to return to the workspace. (Bug 7012020)

* commit 'bdb1030e215f163440b6f73f65b0ae47c5f6c8fd':
  Removing functionality to click under AllApps to return to the workspace. (Bug 7012020)
This commit is contained in:
Winson Chung
2012-09-21 10:54:00 -07:00
committed by Android Git Automerger
@@ -372,14 +372,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
setDragSlopeThreshold(r.getInteger(R.integer.config_appsCustomizeDragSlopeThreshold)/100f);
}
@Override
protected void onUnhandledTap(MotionEvent ev) {
if (LauncherApplication.isScreenLarge()) {
// Dismiss AppsCustomize if we tap
mLauncher.showWorkspace(true);
}
}
/** Returns the item index of the center item on this page so that we can restore to this
* item index when we rotate. */
private int getMiddleComponentIndexOnCurrentPage() {