Loading libs/WindowManager/Shell/src/com/android/wm/shell/transition/ScreenRotationAnimation.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -183,8 +183,7 @@ class ScreenRotationAnimation { } } hardwareBuffer.close(); hardwareBuffer.close(); } } if ((flags & FLAG_HAS_WALLPAPER) != 0 if ((flags & FLAG_HAS_WALLPAPER) != 0) { && !com.android.window.flags.Flags.noAlphaRotationEnterAnimation()) { mBackEffectSurface = new SurfaceControl.Builder() mBackEffectSurface = new SurfaceControl.Builder() .setCallsite("ShellRotationAnimation").setParent(rootLeash) .setCallsite("ShellRotationAnimation").setParent(rootLeash) .setEffectLayer().setOpaque(true).setName("BackEffect").build(); .setEffectLayer().setOpaque(true).setName("BackEffect").build(); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/transition/ScreenRotationAnimation.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -183,8 +183,7 @@ class ScreenRotationAnimation { } } hardwareBuffer.close(); hardwareBuffer.close(); } } if ((flags & FLAG_HAS_WALLPAPER) != 0 if ((flags & FLAG_HAS_WALLPAPER) != 0) { && !com.android.window.flags.Flags.noAlphaRotationEnterAnimation()) { mBackEffectSurface = new SurfaceControl.Builder() mBackEffectSurface = new SurfaceControl.Builder() .setCallsite("ShellRotationAnimation").setParent(rootLeash) .setCallsite("ShellRotationAnimation").setParent(rootLeash) .setEffectLayer().setOpaque(true).setName("BackEffect").build(); .setEffectLayer().setOpaque(true).setName("BackEffect").build(); Loading