Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -2290,7 +2290,7 @@ public final class LauncherInstrumentation { int bottomBound = Math.min( containerBounds.bottom, getRealDisplaySize().y - getImeInsets().bottom); int y = (bottomBound + containerBounds.top) / 2; int y = (bottomBound - containerBounds.top) / 2; // Do not tap in the status bar. y = Math.max(y, getWindowInsets().top); Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -2290,7 +2290,7 @@ public final class LauncherInstrumentation { int bottomBound = Math.min( containerBounds.bottom, getRealDisplaySize().y - getImeInsets().bottom); int y = (bottomBound + containerBounds.top) / 2; int y = (bottomBound - containerBounds.top) / 2; // Do not tap in the status bar. y = Math.max(y, getWindowInsets().top); Loading