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

Commit 14217fe4 authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "Wallpaper: Propagate transform hint from WM to BBQ surface" into sc-dev am: 2dfdf437

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15372415

Change-Id: I757146bb57ea3cc9ac57ca159e444d004b481972
parents 28c5f05a 2dfdf437
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -1033,6 +1033,9 @@ public abstract class WallpaperService extends Service {
                                    .build();
                                    .build();
                            updateSurfaceDimming();
                            updateSurfaceDimming();
                        }
                        }
                        // Propagate transform hint from WM so we can use the right hint for the
                        // first frame.
                        mBbqSurfaceControl.setTransformHint(mSurfaceControl.getTransformHint());
                        Surface blastSurface = getOrCreateBLASTSurface(mSurfaceSize.x,
                        Surface blastSurface = getOrCreateBLASTSurface(mSurfaceSize.x,
                                mSurfaceSize.y, mFormat);
                                mSurfaceSize.y, mFormat);
                        // If blastSurface == null that means it hasn't changed since the last
                        // If blastSurface == null that means it hasn't changed since the last