Migrate OneHanded to WM shell (4/n)

Move OneHanded related codes, res and tests to WM shell.

Some tests add ignored currently due to permission issue.
Add another bug to trace it.

Also fix animation issue caused by wrong logic.

Bug: 161980408
Fix: 168074363
Test: manual check one handed function
Test: atest WMShellUnitTests
Test: atest SystemUITests
Test: make ArcSystemUI; make ArcSystemUITests
Test: make CarSystemUI; make CarSystemUITests
Change-Id: Ib25661d010278202ffe15fd9c4962e76e6698c21
This commit is contained in:
Tony Huang
2020-09-07 15:46:28 +08:00
parent 8be878f942
commit 1ed148d3e7
41 changed files with 290 additions and 317 deletions

View File

@@ -105,6 +105,7 @@ android_library {
static_libs: [
"protolog-lib",
"WindowManager-Shell-proto",
"androidx.appcompat_appcompat",
],
manifest: "AndroidManifest.xml",
}