summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/InvariantDeviceProfile.java
diff options
context:
space:
mode:
authorJustin Cui <cuijiaxing@google.com>2017-03-20 17:41:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-20 17:41:58 +0000
commit6d00d97704e9cee4f6e10444347447ebf0a6f319 (patch)
tree7899d7fbbe49c57285e3f86dee24ad9c19759981 /src/com/android/launcher3/InvariantDeviceProfile.java
parent7355584504521c94b373c62d3b664c298f4e3e22 (diff)
parentb00fcd4e49eae98304b98bde24804dc0dedcfbee (diff)
downloadandroid_packages_apps_Trebuchet-6d00d97704e9cee4f6e10444347447ebf0a6f319.tar.gz
android_packages_apps_Trebuchet-6d00d97704e9cee4f6e10444347447ebf0a6f319.tar.bz2
android_packages_apps_Trebuchet-6d00d97704e9cee4f6e10444347447ebf0a6f319.zip
Merge "Make landscapeProfile and protraitProfile public." into ub-launcher3-dorval
am: b00fcd4e49 Change-Id: Ie62cdf16f27edf46e5b2bbec81873b99f124bb48
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 146c2eee7..71ce58f93 100644
--- a/src/com/android/launcher3/InvariantDeviceProfile.java
+++ b/src/com/android/launcher3/InvariantDeviceProfile.java
@@ -89,8 +89,8 @@ public class InvariantDeviceProfile {
public float hotseatScale;
int defaultLayoutId;
- DeviceProfile landscapeProfile;
- DeviceProfile portraitProfile;
+ public DeviceProfile landscapeProfile;
+ public DeviceProfile portraitProfile;
public Point defaultWallpaperSize;