Searched refs:WALLPAPER_HEIGHT_KEY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperUtils.java36 public static final String WALLPAPER_HEIGHT_KEY = "wallpaper.height"; field in class:WallpaperUtils
54 editor.putInt(WALLPAPER_HEIGHT_KEY, height);
57 editor.remove(WALLPAPER_HEIGHT_KEY);
72 int height = sp.getInt(WALLPAPER_HEIGHT_KEY, -1);

Completed in 45 milliseconds