Searched refs:rectToPutInLegacyCrop (Results 1 – 1 of 1) sorted by relevance
470 Rect rectToPutInLegacyCrop = new Rect(wallpaper.cropHint); in writeWallpaperAttributes() local490 rectToPutInLegacyCrop.set(cropHint); in writeWallpaperAttributes()493 out.attributeInt(null, "cropLeft", rectToPutInLegacyCrop.left); in writeWallpaperAttributes()494 out.attributeInt(null, "cropTop", rectToPutInLegacyCrop.top); in writeWallpaperAttributes()495 out.attributeInt(null, "cropRight", rectToPutInLegacyCrop.right); in writeWallpaperAttributes()496 out.attributeInt(null, "cropBottom", rectToPutInLegacyCrop.bottom); in writeWallpaperAttributes()