Removing launcher dependency when logging quickstep interaction

as Launcher may not be ready when the touch gesture completes.

Change-Id: Ia69eb7bfb0340f7b7ce9b6c67be8851e5429f867
This commit is contained in:
Sunny Goyal
2018-02-22 10:07:32 -08:00
parent 668dd40a98
commit d70e75a514
7 changed files with 39 additions and 41 deletions

View File

@@ -162,9 +162,9 @@ public class InvariantDeviceProfile {
int largeSide = Math.max(realSize.x, realSize.y);
landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize,
largeSide, smallSide, true /* isLandscape */);
largeSide, smallSide, true /* isLandscape */, false /* isMultiWindowMode */);
portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize,
smallSide, largeSide, false /* isLandscape */);
smallSide, largeSide, false /* isLandscape */, false /* isMultiWindowMode */);
// We need to ensure that there is enough extra space in the wallpaper
// for the intended parallax effects