Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -327,7 +327,7 @@ public class ImageWallpaper extends WallpaperService { mLastRotation = newRotation; mLastRotation = newRotation; // Load bitmap if it is not yet loaded or if it was loaded at a different size // Load bitmap if it is not yet loaded or if it was loaded at a different size if (mBackground == null || dw != mBackgroundWidth || dw != mBackgroundHeight) { if (mBackground == null || dw != mBackgroundWidth || dh != mBackgroundHeight) { if (DEBUG) { if (DEBUG) { Log.d(TAG, "Reloading bitmap"); Log.d(TAG, "Reloading bitmap"); } } Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -327,7 +327,7 @@ public class ImageWallpaper extends WallpaperService { mLastRotation = newRotation; mLastRotation = newRotation; // Load bitmap if it is not yet loaded or if it was loaded at a different size // Load bitmap if it is not yet loaded or if it was loaded at a different size if (mBackground == null || dw != mBackgroundWidth || dw != mBackgroundHeight) { if (mBackground == null || dw != mBackgroundWidth || dh != mBackgroundHeight) { if (DEBUG) { if (DEBUG) { Log.d(TAG, "Reloading bitmap"); Log.d(TAG, "Reloading bitmap"); } } Loading