Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -617,7 +617,7 @@ public final class LauncherInstrumentation { // Inject a swipe gesture. Inject exactly 'steps' motion points, incrementing event time by a // fixed interval each time. private void swipeWithModelTime(int startX, int startY, int endX, int endY, int steps) { void swipeWithModelTime(int startX, int startY, int endX, int endY, int steps) { final long downTime = SystemClock.uptimeMillis(); final Point start = new Point(startX, startY); final Point end = new Point(endX, endY); Loading tests/tapl/com/android/launcher3/tapl/Workspace.java +2 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,8 @@ public final class Workspace extends Home { LauncherInstrumentation.log( "switchToAllApps: swipeHeight = " + swipeHeight + ", slop = " + mLauncher.getTouchSlop()); mLauncher.swipe( mLauncher.swipeWithModelTime( start.x, start.y, start.x, Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -617,7 +617,7 @@ public final class LauncherInstrumentation { // Inject a swipe gesture. Inject exactly 'steps' motion points, incrementing event time by a // fixed interval each time. private void swipeWithModelTime(int startX, int startY, int endX, int endY, int steps) { void swipeWithModelTime(int startX, int startY, int endX, int endY, int steps) { final long downTime = SystemClock.uptimeMillis(); final Point start = new Point(startX, startY); final Point end = new Point(endX, endY); Loading
tests/tapl/com/android/launcher3/tapl/Workspace.java +2 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,8 @@ public final class Workspace extends Home { LauncherInstrumentation.log( "switchToAllApps: swipeHeight = " + swipeHeight + ", slop = " + mLauncher.getTouchSlop()); mLauncher.swipe( mLauncher.swipeWithModelTime( start.x, start.y, start.x, Loading