summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/InvariantDeviceProfile.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-01-07 19:38:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-01-07 19:38:32 +0000
commit643b87af427a649162b008747b281fec55813c7d (patch)
tree2d096457ad326b321f8b5c7711721fbac88dd438 /src/com/android/launcher3/InvariantDeviceProfile.java
parent926d6b3692b1faa896acae4b562bd0b2ea8e3f8b (diff)
parentf862a26347b583bd84be22a8ceff4bc13158ec7e (diff)
downloadandroid_packages_apps_Trebuchet-643b87af427a649162b008747b281fec55813c7d.tar.gz
android_packages_apps_Trebuchet-643b87af427a649162b008747b281fec55813c7d.tar.bz2
android_packages_apps_Trebuchet-643b87af427a649162b008747b281fec55813c7d.zip
Merge "Extending the grid migration logic to handle density changes" into ub-launcher3-master
Diffstat (limited to 'src/com/android/launcher3/InvariantDeviceProfile.java')
-rw-r--r--src/com/android/launcher3/InvariantDeviceProfile.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/InvariantDeviceProfile.java b/src/com/android/launcher3/InvariantDeviceProfile.java
index b3a8bbc32..dce1ab887 100644
--- a/src/com/android/launcher3/InvariantDeviceProfile.java
+++ b/src/com/android/launcher3/InvariantDeviceProfile.java
@@ -73,12 +73,12 @@ public class InvariantDeviceProfile {
/**
* Number of icons inside the hotseat area.
*/
- int numHotseatIcons;
+ public int numHotseatIcons;
float hotseatIconSize;
int defaultLayoutId;
// Derived invariant properties
- int hotseatAllAppsRank;
+ public int hotseatAllAppsRank;
DeviceProfile landscapeProfile;
DeviceProfile portraitProfile;