Make landscapeProfile and protraitProfile public.

This is needed to make prediction sticky: b/21654652

Change-Id: Ie8cb77ed9cbf1bf5b164828d0c4335111039e7c5
This commit is contained in:
cuijiaxing
2017-03-20 09:51:36 -07:00
committed by Justin Cui
parent 08d8bb9cde
commit abda8d79b4

View File

@@ -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;