Searched refs:WALLPAPER_HEIGHT_KEY (Results 1 – 1 of 1) sorted by relevance
36 public static final String WALLPAPER_HEIGHT_KEY = "wallpaper.height"; field in WallpaperUtils54 editor.putInt(WALLPAPER_HEIGHT_KEY, height); in saveWallpaperDimensions()57 editor.remove(WALLPAPER_HEIGHT_KEY); in saveWallpaperDimensions()72 int height = sp.getInt(WALLPAPER_HEIGHT_KEY, -1); in suggestWallpaperDimensionPreK()