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

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

Change-Id: I757146bb57ea3cc9ac57ca159e444d004b481972
This commit is contained in:
Vishnu Nair
2021-07-28 14:59:27 +00:00
committed by Automerger Merge Worker

View File

@@ -1033,6 +1033,9 @@ public abstract class WallpaperService extends Service {
.build();
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,
mSurfaceSize.y, mFormat);
// If blastSurface == null that means it hasn't changed since the last