Swiping from Overview to All Apps from apps_view am: a8a98a1640

am: ee3f005c5b

Change-Id: Ibd06591a14434537a14a76dfb877f813c9952970
This commit is contained in:
vadimt
2019-05-24 20:42:32 -07:00
committed by android-build-merger
@@ -51,10 +51,9 @@ public final class Overview extends BaseOverview {
// Swipe from an app icon to the top.
LauncherInstrumentation.log("Overview.switchToAllApps before swipe");
final UiObject2 appIcon = mLauncher.waitForLauncherObjectByClass(
"android.widget.TextView");
final UiObject2 allApps = mLauncher.waitForLauncherObject("apps_view");
mLauncher.swipeToState(mLauncher.getDevice().getDisplayWidth() / 2,
appIcon.getVisibleBounds().centerY(),
allApps.getVisibleBounds().top,
mLauncher.getDevice().getDisplayWidth() / 2,
0, 50, ALL_APPS_STATE_ORDINAL);