Searched refs:WALLPAPER_LOCK_CROP (Results 1 – 2 of 2) sorted by relevance
30 static final String WALLPAPER_LOCK_CROP = "wallpaper_lock"; field in WallpaperUtils38 WALLPAPER_LOCK_ORIG, WALLPAPER_LOCK_CROP,
24 import static com.android.server.wallpaper.WallpaperUtils.WALLPAPER_LOCK_CROP;217 String fileName = mWhich == FLAG_LOCK ? WALLPAPER_LOCK_CROP : WALLPAPER_CROP; in getCropFile()