Loading core/java/android/service/wallpaper/WallpaperService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/service/wallpaper/WallpaperService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading