summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DeviceProfile.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-03-02 11:51:23 -0800
committerWinson Chung <winsonc@google.com>2015-03-10 18:14:22 -0700
commitb745afbdd75157c73d581b345118cdaff99e912d (patch)
treedb80cffb7504c9897e91f39243207776f43556c0 /src/com/android/launcher3/DeviceProfile.java
parent434e667b5b488d6212e8c77c8ad3b02c4af37117 (diff)
downloadandroid_packages_apps_Trebuchet-b745afbdd75157c73d581b345118cdaff99e912d.tar.gz
android_packages_apps_Trebuchet-b745afbdd75157c73d581b345118cdaff99e912d.tar.bz2
android_packages_apps_Trebuchet-b745afbdd75157c73d581b345118cdaff99e912d.zip
Initial changes to break out AllApps into its own view.
- Moves launcher state-transition code into its own class - Moves all-apps related code into a separate view/set of classes - Implements a basic list view for all apps Change-Id: I68f174aa9e1bf82c4e46ce9549c78a8dc4623f46
Diffstat (limited to 'src/com/android/launcher3/DeviceProfile.java')
-rw-r--r--src/com/android/launcher3/DeviceProfile.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java
index 7d02e10b5..b5bb55ca7 100644
--- a/src/com/android/launcher3/DeviceProfile.java
+++ b/src/com/android/launcher3/DeviceProfile.java
@@ -122,6 +122,8 @@ public class DeviceProfile {
int hotseatAllAppsRank;
int allAppsNumRows;
int allAppsNumCols;
+ // TODO(winsonc): to be used with the grid layout
+ int allAppsRowsSize;
int searchBarSpaceWidthPx;
int searchBarSpaceHeightPx;
int pageIndicatorHeightPx;