Home
last modified time | relevance | path

Searched refs:rectToPutInLegacyCrop (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java470 Rect rectToPutInLegacyCrop = new Rect(wallpaper.cropHint); in writeWallpaperAttributes() local
490 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()