summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-12 12:49:59 -0700
committervadimt <vadimt@google.com>2019-09-12 12:49:59 -0700
commit6b3cbf116d1d9b4c9e7f61dfeac7bcdc8a82c34d (patch)
tree48ecf2f0cf9595221946520fd29774eb32841f7d /tests
parente17a699618b088992d81984428d72d0e475e3796 (diff)
downloadandroid_packages_apps_Trebuchet-6b3cbf116d1d9b4c9e7f61dfeac7bcdc8a82c34d.tar.gz
android_packages_apps_Trebuchet-6b3cbf116d1d9b4c9e7f61dfeac7bcdc8a82c34d.tar.bz2
android_packages_apps_Trebuchet-6b3cbf116d1d9b4c9e7f61dfeac7bcdc8a82c34d.zip
Fixing widget tests
Bug: 140837771 Change-Id: If5dcf455b1a87b06c883dd1f0d46c6748e6d1a94
Diffstat (limited to 'tests')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/Widgets.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/Widgets.java b/tests/tapl/com/android/launcher3/tapl/Widgets.java
index 208a2235d..7d308afb9 100644
--- a/tests/tapl/com/android/launcher3/tapl/Widgets.java
+++ b/tests/tapl/com/android/launcher3/tapl/Widgets.java
@@ -103,7 +103,7 @@ public final class Widgets extends LauncherInstrumentation.VisibleContainer {
}
if (++i > 40) fail("Too many attempts");
- mLauncher.scroll(widgetsContainer, Direction.DOWN, 0.8f, MARGINS, 50);
+ mLauncher.scroll(widgetsContainer, Direction.DOWN, 0.7f, MARGINS, 50);
}
}
}