Avoiding swiping down from the from the extended touchable region around the notch in Widgets am: 46f3999fb3

am: 7601d12a91

Change-Id: Iaef68417c256cef8a73e9b7ac47df78f17dec02a
This commit is contained in:
vadimt
2019-09-26 13:27:38 -07:00
committed by android-build-merger
@@ -69,7 +69,12 @@ public final class Widgets extends LauncherInstrumentation.VisibleContainer {
"want to fling backwards in widgets")) {
LauncherInstrumentation.log("Widgets.flingBackward enter");
final UiObject2 widgetsContainer = verifyActiveContainer();
mLauncher.scroll(widgetsContainer, Direction.UP, 1f, null, FLING_STEPS);
mLauncher.scroll(
widgetsContainer,
Direction.UP,
1f,
new Rect(0, 0, widgetsContainer.getVisibleBounds().width(), 0),
FLING_STEPS);
try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("flung back")) {
verifyActiveContainer();
}