Loading tests/multivalentTests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -1771,6 +1771,7 @@ public final class LauncherInstrumentation { } endTime = movePointer( start, end, steps, false, downTime, downTime, slowDown, gestureScope); } finally { if (mTrackpadGestureType != TrackpadGestureType.NONE) { for (int i = mPointerCount; i >= 2; i--) { sendPointer(downTime, downTime, Loading @@ -1778,7 +1779,6 @@ public final class LauncherInstrumentation { start, gestureScope); } } } finally { sendPointer(downTime, endTime, MotionEvent.ACTION_UP, end, gestureScope); } } Loading Loading
tests/multivalentTests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -1771,6 +1771,7 @@ public final class LauncherInstrumentation { } endTime = movePointer( start, end, steps, false, downTime, downTime, slowDown, gestureScope); } finally { if (mTrackpadGestureType != TrackpadGestureType.NONE) { for (int i = mPointerCount; i >= 2; i--) { sendPointer(downTime, downTime, Loading @@ -1778,7 +1779,6 @@ public final class LauncherInstrumentation { start, gestureScope); } } } finally { sendPointer(downTime, endTime, MotionEvent.ACTION_UP, end, gestureScope); } } Loading