Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/IPip.aidl→libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPip.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.wm.shell.pip; package com.android.wm.shell.common.pip; import android.app.PictureInPictureParams; import android.view.SurfaceControl; Loading @@ -22,7 +22,7 @@ import android.content.ComponentName; import android.content.pm.ActivityInfo; import android.graphics.Rect; import com.android.wm.shell.pip.IPipAnimationListener; import com.android.wm.shell.common.pip.IPipAnimationListener; /** * Interface that is exposed to remote callers to manipulate the Pip feature. Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/IPipAnimationListener.aidl→libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPipAnimationListener.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.wm.shell.pip; package com.android.wm.shell.common.pip; /** * Listener interface that Launcher attaches to SystemUI to get Pip animation callbacks. Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipController.java +2 −2 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ import com.android.wm.shell.common.SingleInstanceRemoteListener; import com.android.wm.shell.common.TabletopModeController; import com.android.wm.shell.common.TaskStackListenerCallback; import com.android.wm.shell.common.TaskStackListenerImpl; import com.android.wm.shell.common.pip.IPip; import com.android.wm.shell.common.pip.IPipAnimationListener; import com.android.wm.shell.common.pip.PipAppOpsListener; import com.android.wm.shell.common.pip.PipBoundsAlgorithm; import com.android.wm.shell.common.pip.PipBoundsState; Loading @@ -85,8 +87,6 @@ import com.android.wm.shell.common.pip.PipSnapAlgorithm; import com.android.wm.shell.common.pip.PipUtils; import com.android.wm.shell.onehanded.OneHandedController; import com.android.wm.shell.onehanded.OneHandedTransitionCallback; import com.android.wm.shell.pip.IPip; import com.android.wm.shell.pip.IPipAnimationListener; import com.android.wm.shell.pip.PinnedStackListenerForwarder; import com.android.wm.shell.pip.Pip; import com.android.wm.shell.pip.PipAnimationController; Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/IPip.aidl→libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPip.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.wm.shell.pip; package com.android.wm.shell.common.pip; import android.app.PictureInPictureParams; import android.view.SurfaceControl; Loading @@ -22,7 +22,7 @@ import android.content.ComponentName; import android.content.pm.ActivityInfo; import android.graphics.Rect; import com.android.wm.shell.pip.IPipAnimationListener; import com.android.wm.shell.common.pip.IPipAnimationListener; /** * Interface that is exposed to remote callers to manipulate the Pip feature. Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/IPipAnimationListener.aidl→libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/IPipAnimationListener.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.wm.shell.pip; package com.android.wm.shell.common.pip; /** * Listener interface that Launcher attaches to SystemUI to get Pip animation callbacks. Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipController.java +2 −2 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ import com.android.wm.shell.common.SingleInstanceRemoteListener; import com.android.wm.shell.common.TabletopModeController; import com.android.wm.shell.common.TaskStackListenerCallback; import com.android.wm.shell.common.TaskStackListenerImpl; import com.android.wm.shell.common.pip.IPip; import com.android.wm.shell.common.pip.IPipAnimationListener; import com.android.wm.shell.common.pip.PipAppOpsListener; import com.android.wm.shell.common.pip.PipBoundsAlgorithm; import com.android.wm.shell.common.pip.PipBoundsState; Loading @@ -85,8 +87,6 @@ import com.android.wm.shell.common.pip.PipSnapAlgorithm; import com.android.wm.shell.common.pip.PipUtils; import com.android.wm.shell.onehanded.OneHandedController; import com.android.wm.shell.onehanded.OneHandedTransitionCallback; import com.android.wm.shell.pip.IPip; import com.android.wm.shell.pip.IPipAnimationListener; import com.android.wm.shell.pip.PinnedStackListenerForwarder; import com.android.wm.shell.pip.Pip; import com.android.wm.shell.pip.PipAnimationController; Loading