Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java61 protected static final String WALLPAPER_WIDTH_KEY = WallpaperUtils.WALLPAPER_WIDTH_KEY; field in WallpaperCropActivity
443 editor.putInt(WALLPAPER_WIDTH_KEY, width);
446 editor.remove(WALLPAPER_WIDTH_KEY);
/packages/apps/Launcher3/src/com/android/launcher3/util/
DWallpaperUtils.java34 public static final String WALLPAPER_WIDTH_KEY = "wallpaper.width"; field in WallpaperUtils
45 int savedWidth = sharedPrefs.getInt(WALLPAPER_WIDTH_KEY, -1); in suggestWallpaperDimension()