summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-01-21 10:44:47 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-01-21 10:44:47 -0800
commit63bb6314dbe3b2f4a78d12e06ba3e90084a93144 (patch)
tree705bbe57b1fc706f6fc451e45969703559a759d7
parentd2c3c0650b9f1149d3d5c0bbfb2873ce0ccfa2f7 (diff)
parent02a776660b44122efe00b517fd30db9bc5f1df7b (diff)
Merge "Change import path for RunningTaskInfo in IPip.aidl" into main
-rw-r--r--libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPip.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPip.aidl b/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPip.aidl
index 37779077f9b6..1444a626fb11 100644
--- a/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPip.aidl
+++ b/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPip.aidl
@@ -16,7 +16,7 @@
package com.android.wm.shell.common.pip;
-import android.app.ActivityManager;
+import android.app.ActivityManager.RunningTaskInfo;
import android.app.PictureInPictureParams;
import android.view.SurfaceControl;
import android.content.ComponentName;
@@ -42,7 +42,7 @@ interface IPip {
bounds
* @return destination bounds the PiP window should land into
*/
- Rect startSwipePipToHome(in ActivityManager.RunningTaskInfo taskInfo, int launcherRotation,
+ Rect startSwipePipToHome(in RunningTaskInfo taskInfo, int launcherRotation,
in Rect hotseatKeepClearArea) = 1;
/**