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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWallpaperCropActivity.java60 protected static final String WALLPAPER_WIDTH_KEY = "wallpaper.width"; field in class:WallpaperCropActivity
692 editor.putInt(WALLPAPER_WIDTH_KEY, width);
695 editor.remove(WALLPAPER_WIDTH_KEY);
713 int savedWidth = sharedPrefs.getInt(WALLPAPER_WIDTH_KEY, defaultWallpaperSize.x);

Completed in 1370 milliseconds