Searched refs:WALLPAPER_WIDTH_KEY (Results 1 – 2 of 2) sorted by relevance
35 public static final String WALLPAPER_WIDTH_KEY = "wallpaper.width"; field in WallpaperUtils53 editor.putInt(WALLPAPER_WIDTH_KEY, width); in saveWallpaperDimensions()56 editor.remove(WALLPAPER_WIDTH_KEY); in saveWallpaperDimensions()71 int width = sp.getInt(WALLPAPER_WIDTH_KEY, -1); in suggestWallpaperDimensionPreK()
60 protected static final String WALLPAPER_WIDTH_KEY = "wallpaper.width"; field in WallpaperCropActivity