commit | 982ff0714f44ab33554c07f8c50eb3d4c124c17f | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Mon Jan 14 15:52:29 2019 -0800 |
committer | vadimt <vadimt@google.com> | Mon Jan 14 15:54:24 2019 -0800 |
tree | 3a6125df60db0338c79df49917212190f3757d0b | |
parent | ff9571b30f75c8575e441c5fb2e4211662dc7494 [diff] |
Fixing swipe from background gesture Change-Id: I5e49dca41308292250d8485faa4df56605cd94ce Tests: StartLauncherViaGestureTests, TaplTests
diff --git a/tests/tapl/com/android/launcher3/tapl/Background.java b/tests/tapl/com/android/launcher3/tapl/Background.java index 27e0954..08d2889 100644 --- a/tests/tapl/com/android/launcher3/tapl/Background.java +++ b/tests/tapl/com/android/launcher3/tapl/Background.java
@@ -64,7 +64,7 @@ mLauncher.swipe( navBar.getVisibleBounds().centerX(), navBar.getVisibleBounds().centerY(), - navBar.getVisibleBounds().centerX(), height - 300); + navBar.getVisibleBounds().centerX(), height - 400); } else { mLauncher.getSystemUiObject("recent_apps").click(); }