Merge "TAPL Increase size of Background to Overview swipe gesture" into sc-dev am: 31e18d6fe7

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14056548

Change-Id: I0caf995dc449c21082995fa4f9c4afd1b976ba04
This commit is contained in:
Zak Cohen
2021-03-31 22:42:38 +00:00
committed by Automerger Merge Worker
@@ -122,7 +122,9 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
endY = startY - swipeLength;
} else {
startX = getSwipeStartX();
endX = startX - swipeLength;
// TODO(b/184059820) make horizontal swipe use swipe width not height, for the
// moment just double the swipe length.
endX = startX - swipeLength * 2;
startY = endY = mLauncher.getDevice().getDisplayHeight() / 2;
}