summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Cui <cuijiaxing@google.com>2017-03-20 17:35:49 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-20 17:35:50 +0000
commitb00fcd4e49eae98304b98bde24804dc0dedcfbee (patch)
tree01e641ba8212d220add424c88383d8c8a7fe56d6
parent1bc2305d4c8150f0e46260a8ccca94fafabd84b4 (diff)
parentabda8d79b42e787676918e8bf1efc07bf67a5fd0 (diff)
downloadandroid_packages_apps_Trebuchet-b00fcd4e49eae98304b98bde24804dc0dedcfbee.tar.gz
android_packages_apps_Trebuchet-b00fcd4e49eae98304b98bde24804dc0dedcfbee.tar.bz2
android_packages_apps_Trebuchet-b00fcd4e49eae98304b98bde24804dc0dedcfbee.zip
Merge "Make landscapeProfile and protraitProfile public." into ub-launcher3-dorval
-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 8aeab8712..2dd3198f9 100644
--- a/src/com/android/launcher3/InvariantDeviceProfile.java
+++ b/src/com/android/launcher3/InvariantDeviceProfile.java
@@ -90,8 +90,8 @@ public class InvariantDeviceProfile {
public float hotseatScale;
int defaultLayoutId;
- DeviceProfile landscapeProfile;
- DeviceProfile portraitProfile;
+ public DeviceProfile landscapeProfile;
+ public DeviceProfile portraitProfile;
public Point defaultWallpaperSize;