Merge "Make landscapeProfile and protraitProfile public." into ub-launcher3-dorval

This commit is contained in:
Justin Cui
2017-03-20 17:35:49 +00:00
committed by Android (Google) Code Review

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;