Searched refs:cropExists (Results 1 – 4 of 4) sorted by relevance
262 boolean cropExists() { in cropExists() method in WallpaperData
555 } else if (imageWallpaper && !wallpaper.cropExists() && !wallpaper.sourceExists()) { in extractColors()1616 if (!wallpaper.cropExists()) { in systemReady()1623 if (!wallpaper.cropExists()) { in systemReady()1744 boolean cropExists = wallpaper.cropExists(); in clearWallpaperBitmaps()1746 if (cropExists) wallpaper.getCropFile().delete(); in clearWallpaperBitmaps()1747 return sourceExists || cropExists; in clearWallpaperBitmaps()
157 if (!wallpaper.cropExists()) { in loadSettingsLocked()
25056 PLcom/android/server/wallpaper/WallpaperData;->cropExists()Z