Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +8 −8 Original line number Diff line number Diff line Loading @@ -405,10 +405,7 @@ public class ImageWallpaper extends WallpaperService { } } else { drawWallpaperWithCanvas(sh, availw, availh, xPixels, yPixels); } } finally { Trace.traceEnd(Trace.TRACE_TAG_VIEW); if (FIXED_SIZED_SURFACE && !mIsHwAccelerated) { if (FIXED_SIZED_SURFACE) { // If the surface is fixed-size, we should only need to // draw it once and then we'll let the window manager // position it appropriately. As such, we no longer needed Loading @@ -417,6 +414,9 @@ public class ImageWallpaper extends WallpaperService { unloadWallpaper(false /* forgetSize */); } } } finally { Trace.traceEnd(Trace.TRACE_TAG_VIEW); } } /** Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +8 −8 Original line number Diff line number Diff line Loading @@ -405,10 +405,7 @@ public class ImageWallpaper extends WallpaperService { } } else { drawWallpaperWithCanvas(sh, availw, availh, xPixels, yPixels); } } finally { Trace.traceEnd(Trace.TRACE_TAG_VIEW); if (FIXED_SIZED_SURFACE && !mIsHwAccelerated) { if (FIXED_SIZED_SURFACE) { // If the surface is fixed-size, we should only need to // draw it once and then we'll let the window manager // position it appropriately. As such, we no longer needed Loading @@ -417,6 +414,9 @@ public class ImageWallpaper extends WallpaperService { unloadWallpaper(false /* forgetSize */); } } } finally { Trace.traceEnd(Trace.TRACE_TAG_VIEW); } } /** Loading