Searched refs:WALLPAPER_HEIGHT_KEY (Results 1 – 2 of 2) sorted by relevance
35 public static final String WALLPAPER_HEIGHT_KEY = "wallpaper.height"; field in WallpaperUtils46 int savedHeight = sharedPrefs.getInt(WALLPAPER_HEIGHT_KEY, -1); in suggestWallpaperDimension()
64 protected static final String WALLPAPER_HEIGHT_KEY = WallpaperUtils.WALLPAPER_HEIGHT_KEY; field in WallpaperCropActivity480 editor.putInt(WALLPAPER_HEIGHT_KEY, height);483 editor.remove(WALLPAPER_HEIGHT_KEY);