Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f262c7f2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log wallpaper redraw"

parents a598c05d ba13095f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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 {