Home
last modified time | relevance | path

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

/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()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java63 protected static final String WALLPAPER_WIDTH_KEY = WallpaperUtils.WALLPAPER_WIDTH_KEY; field in WallpaperCropActivity
479 editor.putInt(WALLPAPER_WIDTH_KEY, width);
482 editor.remove(WALLPAPER_WIDTH_KEY);