Searched refs:WALLPAPER_WIDTH_KEY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DWallpaperUtils.java34 public static final String WALLPAPER_WIDTH_KEY = "wallpaper.width"; field in class:WallpaperUtils
45 int savedWidth = sharedPrefs.getInt(WALLPAPER_WIDTH_KEY, -1);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperCropActivity.java63 protected static final String WALLPAPER_WIDTH_KEY = WallpaperUtils.WALLPAPER_WIDTH_KEY; field in class:WallpaperCropActivity
479 editor.putInt(WALLPAPER_WIDTH_KEY, width);
482 editor.remove(WALLPAPER_WIDTH_KEY);

Completed in 121 milliseconds