Loading tests/tapl/com/android/launcher3/tapl/Workspace.java +3 −3 Original line number Diff line number Diff line Loading @@ -433,7 +433,7 @@ public final class Workspace extends Home { } /** Returns the index of the current page */ static int geCurrentPage(LauncherInstrumentation launcher) { private static int geCurrentPage(LauncherInstrumentation launcher) { return launcher.getTestInfo(TestProtocol.REQUEST_WORKSPACE_CURRENT_PAGE_INDEX).getInt( TestProtocol.TEST_INFO_RESPONSE_FIELD); } Loading Loading @@ -602,8 +602,8 @@ public final class Workspace extends Home { * @param y * @return the finishing position of the drag. */ static Point dragToGivenWorkspace(LauncherInstrumentation launcher, Point currentPosition, int destinationWorkspaceIndex, int y) { private static Point dragToGivenWorkspace(LauncherInstrumentation launcher, Point currentPosition, int destinationWorkspaceIndex, int y) { final long downTime = SystemClock.uptimeMillis(); int displayX = launcher.getRealDisplaySize().x; int currentPage = Workspace.geCurrentPage(launcher); Loading Loading
tests/tapl/com/android/launcher3/tapl/Workspace.java +3 −3 Original line number Diff line number Diff line Loading @@ -433,7 +433,7 @@ public final class Workspace extends Home { } /** Returns the index of the current page */ static int geCurrentPage(LauncherInstrumentation launcher) { private static int geCurrentPage(LauncherInstrumentation launcher) { return launcher.getTestInfo(TestProtocol.REQUEST_WORKSPACE_CURRENT_PAGE_INDEX).getInt( TestProtocol.TEST_INFO_RESPONSE_FIELD); } Loading Loading @@ -602,8 +602,8 @@ public final class Workspace extends Home { * @param y * @return the finishing position of the drag. */ static Point dragToGivenWorkspace(LauncherInstrumentation launcher, Point currentPosition, int destinationWorkspaceIndex, int y) { private static Point dragToGivenWorkspace(LauncherInstrumentation launcher, Point currentPosition, int destinationWorkspaceIndex, int y) { final long downTime = SystemClock.uptimeMillis(); int displayX = launcher.getRealDisplaySize().x; int currentPage = Workspace.geCurrentPage(launcher); Loading