Loading tests/tapl/com/android/launcher3/tapl/Workspace.java +10 −6 Original line number Diff line number Diff line Loading @@ -114,13 +114,17 @@ public final class Workspace extends Home { public void ensureWorkspaceIsScrollable() { final UiObject2 workspace = verifyActiveContainer(); if (!isWorkspaceScrollable(workspace)) { try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( "dragging icon to a second page of workspace to make it scrollable")) { dragIconToWorkspace( mLauncher, getHotseatAppIcon("Chrome"), new Point(mLauncher.getDevice().getDisplayWidth(), workspace.getVisibleBounds().centerY()), "deep_shortcuts_container"); workspace.getVisibleBounds().centerY()), "deep_shortcuts_container"); verifyActiveContainer(); } } assertTrue("Home screen workspace didn't become scrollable", isWorkspaceScrollable(workspace)); } Loading Loading
tests/tapl/com/android/launcher3/tapl/Workspace.java +10 −6 Original line number Diff line number Diff line Loading @@ -114,13 +114,17 @@ public final class Workspace extends Home { public void ensureWorkspaceIsScrollable() { final UiObject2 workspace = verifyActiveContainer(); if (!isWorkspaceScrollable(workspace)) { try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( "dragging icon to a second page of workspace to make it scrollable")) { dragIconToWorkspace( mLauncher, getHotseatAppIcon("Chrome"), new Point(mLauncher.getDevice().getDisplayWidth(), workspace.getVisibleBounds().centerY()), "deep_shortcuts_container"); workspace.getVisibleBounds().centerY()), "deep_shortcuts_container"); verifyActiveContainer(); } } assertTrue("Home screen workspace didn't become scrollable", isWorkspaceScrollable(workspace)); } Loading