Searched refs:sourceExists (Results 1 – 3 of 3) sorted by relevance
221 boolean sourceExists() { in sourceExists() method in WallpaperData
668 } else if (imageWallpaper && !wallpaper.cropExists() && !wallpaper.sourceExists()) { in extractColors()1780 boolean sourceExists = wallpaper.sourceExists(); in clearWallpaperBitmaps()1782 if (sourceExists) wallpaper.getWallpaperFile().delete(); in clearWallpaperBitmaps()1784 return sourceExists || cropExists; in clearWallpaperBitmaps()
171 if (wallpaper.sourceExists()) { in loadSettingsLocked()