Merge "TAPL Increase size of Background to Overview swipe gesture" into sc-dev

This commit is contained in:
Zak Cohen
2021-03-31 22:19:04 +00:00
committed by Android (Google) Code Review
@@ -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;
}