Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub * @return true unless the wallpaper changed during the color computation */ private boolean extractColors(WallpaperData wallpaper) { if (offloadColorExtraction()) return !mImageWallpaper.equals(wallpaper.getComponent()); if (offloadColorExtraction()) return true; String cropFile = null; boolean defaultImageWallpaper = false; int wallpaperId; Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub * @return true unless the wallpaper changed during the color computation */ private boolean extractColors(WallpaperData wallpaper) { if (offloadColorExtraction()) return !mImageWallpaper.equals(wallpaper.getComponent()); if (offloadColorExtraction()) return true; String cropFile = null; boolean defaultImageWallpaper = false; int wallpaperId; Loading