Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperUtils.java35 public static final String WALLPAPER_WIDTH_KEY = "wallpaper.width"; field in WallpaperUtils
53 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()