commit | 7738cac4241df65685caf19af06a90d90643f1aa | [log] [tgz] |
---|---|---|
author | Benno Lin <bennolin@google.com> | Fri Sep 03 20:18:34 2021 +0000 |
committer | Benno Lin <bennolin@google.com> | Tue Feb 15 01:48:45 2022 +0000 |
tree | 1f145b6d44e8751dd051b15176f3b8a1354f57fe | |
parent | 40570799b336560d0ec5dafbfced1ff5c24f7382 [diff] [blame] |
Implemnet methods to drag a icon to given Workspace cell The CL implements public methods to drag an Icon from AllApps to a given cell in the workspace. Bug: 199120092 Test: Launcher3Tests:com.android.launcher3.ui.TaplTestsLauncher3#testDragAppIconToWorkspaceCell Test: https://android-build.googleplex.com/builds/abtd/run/L89300000953052361 Test: https://android-build.googleplex.com/builds/abtd/run/L44500000953013792 Change-Id: Ife16d1f1b55b809763dd40f5afee6711049a4729
diff --git a/Android.bp b/Android.bp index 7c78ba8..f5a38b4 100644 --- a/Android.bp +++ b/Android.bp
@@ -36,6 +36,7 @@ "tests/tapl/**/*.java", "src/com/android/launcher3/ResourceUtils.java", "src/com/android/launcher3/testing/TestProtocol.java", + "src/com/android/launcher3/testing/*Request.java", ], resource_dirs: [ ], manifest: "tests/tapl/AndroidManifest.xml",