Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java317 Rect legacyCropHint = new Rect( in parseWallpaperAttributes() local
336 if (!cropHint.isEmpty() && cropHint.equals(legacyCropHint)) { in parseWallpaperAttributes()
342 if (!legacyCropHint.isEmpty()) { in parseWallpaperAttributes()
343 wallpaper.cropHint.set(legacyCropHint); in parseWallpaperAttributes()
350 wallpaper.cropHint.set(legacyCropHint); in parseWallpaperAttributes()