commit | bc15df3a95af2bbd2bdc8c31c0828d5d5e6539dd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Wed Sep 11 16:18:50 2024 +0000 |
committer | Android (Google) Code Review <[email protected]> | Wed Sep 11 16:18:50 2024 +0000 |
tree | 7e225244a363f11e08915ee3c9a7e252889c7a0e | |
parent | 0f0cb91166ab322a8aa5c75602b6e180bc7e1b0e [diff] | |
parent | 2f972b64c678fb70082e3613467241574f856437 [diff] |
Merge "Remove unused imports that break sysui studio." into main
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationController.aidl b/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationController.aidl index ccfaab0..964e5fd 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationController.aidl +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationController.aidl
@@ -16,7 +16,6 @@ package com.android.wm.shell.recents; -import android.app.ActivityManager; import android.graphics.GraphicBuffer; import android.view.IRemoteAnimationFinishedCallback; import android.view.RemoteAnimationTarget;
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationRunner.aidl b/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationRunner.aidl index 8021758..32c79a2 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationRunner.aidl +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentsAnimationRunner.aidl
@@ -16,7 +16,6 @@ package com.android.wm.shell.recents; -import android.app.ActivityManager; import android.graphics.Rect; import android.view.RemoteAnimationTarget; import android.window.TaskSnapshot;