summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-09-20 18:00:59 -0700
committerWinson Chung <winsonc@google.com>2012-09-20 18:01:41 -0700
commitbdb1030e215f163440b6f73f65b0ae47c5f6c8fd (patch)
tree2e98f738a31d54571cbacfbf0db4c23db74221f8 /src
parent9e05a5ea951b4d5ffce324da8dd0656353306e6f (diff)
downloadandroid_packages_apps_Trebuchet-bdb1030e215f163440b6f73f65b0ae47c5f6c8fd.tar.gz
android_packages_apps_Trebuchet-bdb1030e215f163440b6f73f65b0ae47c5f6c8fd.tar.bz2
android_packages_apps_Trebuchet-bdb1030e215f163440b6f73f65b0ae47c5f6c8fd.zip
Removing functionality to click under AllApps to return to the workspace. (Bug 7012020)
Change-Id: I69a4d28866d550cb4a43c99875e3e94dda1b0de8
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/AppsCustomizePagedView.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java
index f5193294b..817eb413a 100644
--- a/src/com/android/launcher2/AppsCustomizePagedView.java
+++ b/src/com/android/launcher2/AppsCustomizePagedView.java
@@ -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() {