Loading tests/multivalentTests/tapl/com/android/launcher3/tapl/AllApps.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -261,7 +261,7 @@ public abstract class AllApps extends LauncherInstrumentation.VisibleContainer int attempts = 0; int attempts = 0; final Rect margins = new Rect( final Rect margins = new Rect( /* left= */ 0, /* left= */ 0, getTopVisibleIconBounds(allAppsContainer).bottom, mHeight / 2, /* right= */ 0, /* right= */ 0, /* bottom= */ getAppsListRecyclerBottomPadding()); /* bottom= */ getAppsListRecyclerBottomPadding()); Loading Loading
tests/multivalentTests/tapl/com/android/launcher3/tapl/AllApps.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -261,7 +261,7 @@ public abstract class AllApps extends LauncherInstrumentation.VisibleContainer int attempts = 0; int attempts = 0; final Rect margins = new Rect( final Rect margins = new Rect( /* left= */ 0, /* left= */ 0, getTopVisibleIconBounds(allAppsContainer).bottom, mHeight / 2, /* right= */ 0, /* right= */ 0, /* bottom= */ getAppsListRecyclerBottomPadding()); /* bottom= */ getAppsListRecyclerBottomPadding()); Loading