summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsCustomizePagedView.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-07-01 17:03:59 -0700
committerAdam Cohen <adamcohen@google.com>2013-07-08 18:32:57 -0700
commit7d30a37007bac318db1c9af47a9af12d348042a5 (patch)
tree83524dc8cd4dd05c0e8ce3a9f5607e3e7c08efee /src/com/android/launcher3/AppsCustomizePagedView.java
parent70c987a0fea53583b22650bed6251e2dcc68bdac (diff)
downloadandroid_packages_apps_Trebuchet-7d30a37007bac318db1c9af47a9af12d348042a5.tar.gz
android_packages_apps_Trebuchet-7d30a37007bac318db1c9af47a9af12d348042a5.tar.bz2
android_packages_apps_Trebuchet-7d30a37007bac318db1c9af47a9af12d348042a5.zip
Porting PagedView from KG to gain simplified scaling model, reordering
-> We are no longer scaling individual Celllayouts, instead we are scaling the entire Workspace (and the CellLayouts come along for the ride) -> Due to the above change, many assumptions were broken. In particular, our drag and drop / animation archiecture is fairly fragile due to the frequent and complex mapping of points between different bits of the hierarchy. This CL contains a number of fixes which address such breakages. Change-Id: I2e630eab17528729b764b61f587858f6499fd318
Diffstat (limited to 'src/com/android/launcher3/AppsCustomizePagedView.java')
-rw-r--r--src/com/android/launcher3/AppsCustomizePagedView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/AppsCustomizePagedView.java b/src/com/android/launcher3/AppsCustomizePagedView.java
index 9bc1e745a..aa2d531cf 100644
--- a/src/com/android/launcher3/AppsCustomizePagedView.java
+++ b/src/com/android/launcher3/AppsCustomizePagedView.java
@@ -1696,7 +1696,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
return windowMaxIndex;
}
- @Override
protected String getCurrentPageDescription() {
int page = (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
int stringId = R.string.default_scroll_format;