Loading tests/tapl/com/android/launcher3/tapl/AllApps.java +5 −5 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ public class AllApps extends LauncherInstrumentation.VisibleContainer { "want to get app icon on all apps")) { final UiObject2 allAppsContainer = verifyActiveContainer(); final UiObject2 navBar = mLauncher.waitForSystemUiObject("navigation_bar_frame"); allAppsContainer.setGestureMargins(0, 0, 0, navBar.getVisibleBounds().height()); allAppsContainer.setGestureMargins(0, 0, 0, navBar.getVisibleBounds().height() + 1); final BySelector appIconSelector = AppIcon.getAppIconSelector(appName, mLauncher); if (!hasClickableIcon(allAppsContainer, appIconSelector)) { scrollBackToBeginning(); Loading Loading
tests/tapl/com/android/launcher3/tapl/AllApps.java +5 −5 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ public class AllApps extends LauncherInstrumentation.VisibleContainer { "want to get app icon on all apps")) { final UiObject2 allAppsContainer = verifyActiveContainer(); final UiObject2 navBar = mLauncher.waitForSystemUiObject("navigation_bar_frame"); allAppsContainer.setGestureMargins(0, 0, 0, navBar.getVisibleBounds().height()); allAppsContainer.setGestureMargins(0, 0, 0, navBar.getVisibleBounds().height() + 1); final BySelector appIconSelector = AppIcon.getAppIconSelector(appName, mLauncher); if (!hasClickableIcon(allAppsContainer, appIconSelector)) { scrollBackToBeginning(); Loading