From abda8d79b42e787676918e8bf1efc07bf67a5fd0 Mon Sep 17 00:00:00 2001 From: cuijiaxing Date: Mon, 20 Mar 2017 09:51:36 -0700 Subject: [PATCH] Make landscapeProfile and protraitProfile public. This is needed to make prediction sticky: b/21654652 Change-Id: Ie8cb77ed9cbf1bf5b164828d0c4335111039e7c5 --- src/com/android/launcher3/InvariantDeviceProfile.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/android/launcher3/InvariantDeviceProfile.java b/src/com/android/launcher3/InvariantDeviceProfile.java index 8aeab87120..2dd3198f99 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;