Searched refs:WALLPAPER_WIDTH_KEY (Results 1 – 1 of 1) 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()