Loading libs/WindowManager/Shell/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ filegroup { "src/com/android/wm/shell/sysui/ShellSharedConstants.java", "src/com/android/wm/shell/common/TransactionPool.java", "src/com/android/wm/shell/animation/Interpolators.java", "src/com/android/wm/shell/pip/PipContentOverlay.java", "src/com/android/wm/shell/startingsurface/SplashScreenExitAnimationUtils.java", ], path: "src", Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipContentOverlay.java +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.pip; import android.annotation.Nullable; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Color; Loading @@ -41,6 +42,11 @@ public abstract class PipContentOverlay { } } @Nullable public SurfaceControl getLeash() { return mLeash; } /** * Animates the internal {@link #mLeash} by a given fraction. * @param atomicTx {@link SurfaceControl.Transaction} to operate, you should not explicitly Loading Loading
libs/WindowManager/Shell/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ filegroup { "src/com/android/wm/shell/sysui/ShellSharedConstants.java", "src/com/android/wm/shell/common/TransactionPool.java", "src/com/android/wm/shell/animation/Interpolators.java", "src/com/android/wm/shell/pip/PipContentOverlay.java", "src/com/android/wm/shell/startingsurface/SplashScreenExitAnimationUtils.java", ], path: "src", Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipContentOverlay.java +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.pip; import android.annotation.Nullable; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Color; Loading @@ -41,6 +42,11 @@ public abstract class PipContentOverlay { } } @Nullable public SurfaceControl getLeash() { return mLeash; } /** * Animates the internal {@link #mLeash} by a given fraction. * @param atomicTx {@link SurfaceControl.Transaction} to operate, you should not explicitly Loading