Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63bb6314 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change import path for RunningTaskInfo in IPip.aidl" into main

parents d2c3c065 02a77666
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;

    /**