Searched refs:WALLPAPER_WIDTH_KEY (Results 1 – 2 of 2) sorted by relevance
34 public static final String WALLPAPER_WIDTH_KEY = "wallpaper.width"; field in WallpaperUtils45 int savedWidth = sharedPrefs.getInt(WALLPAPER_WIDTH_KEY, -1); in suggestWallpaperDimension()
63 protected static final String WALLPAPER_WIDTH_KEY = WallpaperUtils.WALLPAPER_WIDTH_KEY; field in WallpaperCropActivity479 editor.putInt(WALLPAPER_WIDTH_KEY, width);482 editor.remove(WALLPAPER_WIDTH_KEY);