From 877ed56f2c74b9f346b83bba3ea9ca03f571beb5 Mon Sep 17 00:00:00 2001 From: vadimt Date: Thu, 23 May 2019 18:19:07 -0700 Subject: Increasing swipe-to-overview gesture speed to avoid dragging icon Change-Id: Iebbd6249d09342b3dba226716dc1835e20e8158b --- tests/tapl/com/android/launcher3/tapl/Background.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; } -- cgit v1.2.3