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