Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +0 −6 Original line number Diff line number Diff line Loading @@ -256,12 +256,6 @@ public class ImageWallpaper extends WallpaperService { Log.d(TAG, "onSurfaceRedrawNeeded"); } super.onSurfaceRedrawNeeded(holder); // At the end of this method we should have drawn into the surface. // This means that the bitmap should be loaded synchronously if // it was already unloaded. if (mBackground == null) { updateBitmap(mWallpaperManager.getBitmap(true /* hardware */)); } mSurfaceRedrawNeeded = true; drawFrame(); } Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +0 −6 Original line number Diff line number Diff line Loading @@ -256,12 +256,6 @@ public class ImageWallpaper extends WallpaperService { Log.d(TAG, "onSurfaceRedrawNeeded"); } super.onSurfaceRedrawNeeded(holder); // At the end of this method we should have drawn into the surface. // This means that the bitmap should be loaded synchronously if // it was already unloaded. if (mBackground == null) { updateBitmap(mWallpaperManager.getBitmap(true /* hardware */)); } mSurfaceRedrawNeeded = true; drawFrame(); } Loading