Loading packages/SystemUI/src/com/android/systemui/wallpapers/ImageWallpaper.java +3 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ public class ImageWallpaper extends WallpaperService { private WallpaperManager mWallpaperManager; private final WallpaperLocalColorExtractor mWallpaperLocalColorExtractor; private SurfaceHolder mSurfaceHolder; private boolean mDrawn = false; @VisibleForTesting static final int MIN_SURFACE_WIDTH = 128; @VisibleForTesting Loading Loading @@ -238,6 +239,7 @@ public class ImageWallpaper extends WallpaperService { private void drawFrameSynchronized() { synchronized (mLock) { if (mDrawn) return; drawFrameInternal(); } } Loading Loading @@ -275,6 +277,7 @@ public class ImageWallpaper extends WallpaperService { Rect dest = mSurfaceHolder.getSurfaceFrame(); try { canvas.drawBitmap(bitmap, null, dest, null); mDrawn = true; } finally { surface.unlockCanvasAndPost(canvas); } Loading Loading
packages/SystemUI/src/com/android/systemui/wallpapers/ImageWallpaper.java +3 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ public class ImageWallpaper extends WallpaperService { private WallpaperManager mWallpaperManager; private final WallpaperLocalColorExtractor mWallpaperLocalColorExtractor; private SurfaceHolder mSurfaceHolder; private boolean mDrawn = false; @VisibleForTesting static final int MIN_SURFACE_WIDTH = 128; @VisibleForTesting Loading Loading @@ -238,6 +239,7 @@ public class ImageWallpaper extends WallpaperService { private void drawFrameSynchronized() { synchronized (mLock) { if (mDrawn) return; drawFrameInternal(); } } Loading Loading @@ -275,6 +277,7 @@ public class ImageWallpaper extends WallpaperService { Rect dest = mSurfaceHolder.getSurfaceFrame(); try { canvas.drawBitmap(bitmap, null, dest, null); mDrawn = true; } finally { surface.unlockCanvasAndPost(canvas); } Loading