summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-23 18:19:07 -0700
committerVadim Tryshev <vadimt@google.com>2019-05-24 01:29:31 +0000
commit877ed56f2c74b9f346b83bba3ea9ca03f571beb5 (patch)
tree4f4272b0ff321b2f0011bca572b0904f16a7483c /tests
parentd3dcb497bd9c78570718a0e65eeba9de96debcd3 (diff)
downloadandroid_packages_apps_Trebuchet-877ed56f2c74b9f346b83bba3ea9ca03f571beb5.tar.gz
android_packages_apps_Trebuchet-877ed56f2c74b9f346b83bba3ea9ca03f571beb5.tar.bz2
android_packages_apps_Trebuchet-877ed56f2c74b9f346b83bba3ea9ca03f571beb5.zip
Increasing swipe-to-overview gesture speed to avoid dragging icon
Change-Id: Iebbd6249d09342b3dba226716dc1835e20e8158b
Diffstat (limited to 'tests')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/Background.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/Background.java b/tests/tapl/com/android/launcher3/tapl/Background.java
index 8627f485b..e1537e94a 100644
--- a/tests/tapl/com/android/launcher3/tapl/Background.java
+++ b/tests/tapl/com/android/launcher3/tapl/Background.java
@@ -89,7 +89,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
mLauncher.swipeToState(
centerX, startY, centerX,
startY - swipeHeight - mLauncher.getTouchSlop(),
- 60,
+ 10,
expectedState);
break;
}