Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -494,7 +494,8 @@ public class ImageWallpaper extends WallpaperService { } } if (mBackground != null) { if (mBackground != null) { RectF dest = new RectF(left, top, right, bottom); RectF dest = new RectF(left, top, right, bottom); // add a filter bitmap? Log.i(TAG, "Redrawing in rect: " + dest + " with surface size: " + mLastRequestedWidth + "x" + mLastRequestedHeight); c.drawBitmap(mBackground, null, dest, null); c.drawBitmap(mBackground, null, dest, null); } } } finally { } finally { Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -494,7 +494,8 @@ public class ImageWallpaper extends WallpaperService { } } if (mBackground != null) { if (mBackground != null) { RectF dest = new RectF(left, top, right, bottom); RectF dest = new RectF(left, top, right, bottom); // add a filter bitmap? Log.i(TAG, "Redrawing in rect: " + dest + " with surface size: " + mLastRequestedWidth + "x" + mLastRequestedHeight); c.drawBitmap(mBackground, null, dest, null); c.drawBitmap(mBackground, null, dest, null); } } } finally { } finally { Loading