commit | fba697c6516c2c751f4fdedaff10c8278fd6589e | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Mon Jun 24 18:08:45 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 24 18:08:45 2019 -0700 |
tree | 7a13b7483c68cc2237de08bc42fc4fa1ec6fd55d | |
parent | df0e795210b3c92d8c53cedf3df96d8ea1d9e8f0 [diff] | |
parent | a90531cd00ad64fb8501c8190f99e068f9d581d6 [diff] |
Merge "TAPL: swiping up from workspace always starts at the screen bottom" into ub-launcher3-qt-dev am: a90531cd00 Change-Id: I2fd88e98da320efe49145b7e899a418481cc3514
diff --git a/tests/tapl/com/android/launcher3/tapl/Workspace.java b/tests/tapl/com/android/launcher3/tapl/Workspace.java index 26c7b8f..62050b9 100644 --- a/tests/tapl/com/android/launcher3/tapl/Workspace.java +++ b/tests/tapl/com/android/launcher3/tapl/Workspace.java
@@ -213,8 +213,6 @@ @Override protected int getSwipeStartY() { - return mLauncher.getDevice().isNaturalOrientation() ? - mLauncher.waitForLauncherObject("hotseat").getVisibleBounds().top - : mLauncher.getRealDisplaySize().y - 1; + return mLauncher.getRealDisplaySize().y - 1; } } \ No newline at end of file