Home
last modified time | relevance | path

Searched defs:whichWallpaper (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DWallpaperManagerCompatV16.java19 int whichWallpaper) throws IOException { in setStream()
24 public void clear(int whichWallpaper) throws IOException { in clear()
DWallpaperManagerCompatVN.java19 int whichWallpaper) throws IOException { in setStream()
33 public void clear(int whichWallpaper) throws IOException { in clear()
DWallpaperManagerCompat.java30 int whichWallpaper) throws IOException; in setStream()
32 public abstract void clear(int whichWallpaper) throws IOException; in clear()
DCropAndSetWallpaperTask.java71 public boolean cropBitmap(int whichWallpaper) { in cropBitmap()
103 protected Boolean doInBackground(Integer... whichWallpaper) { in doInBackground()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DDefaultWallpaperInfo.java106 private boolean clearWallpaper(WallpaperPickerActivity a, int whichWallpaper) { in clearWallpaper()