Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DWallpaperUtils.java35 public static final String WALLPAPER_HEIGHT_KEY = "wallpaper.height"; field in WallpaperUtils
46 int savedHeight = sharedPrefs.getInt(WALLPAPER_HEIGHT_KEY, -1); in suggestWallpaperDimension()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java64 protected static final String WALLPAPER_HEIGHT_KEY = WallpaperUtils.WALLPAPER_HEIGHT_KEY; field in WallpaperCropActivity
480 editor.putInt(WALLPAPER_HEIGHT_KEY, height);
483 editor.remove(WALLPAPER_HEIGHT_KEY);