Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperManagerCompat.java51 int whichWallpaper) throws IOException { in setStream()
58 int whichWallpaper) throws IOException { in setBitmap()
64 public ParcelFileDescriptor getWallpaperFile(int whichWallpaper) { in getWallpaperFile()
89 public int getWallpaperId(@WallpaperLocation int whichWallpaper) { in getWallpaperId()
102 public void setWallpaperFile(int whichWallpaper, ParcelFileDescriptor file) { in setWallpaperFile()
112 public void setWallpaperId(@WallpaperLocation int whichWallpaper, int wallpaperId) { in setWallpaperId()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/compat/
DWallpaperManagerCompatVN.java41 int whichWallpaper) throws IOException { in setStream()
47 int whichWallpaper) throws IOException { in setBitmap()
52 public int getWallpaperId(@WallpaperLocation int whichWallpaper) { in getWallpaperId()
57 public ParcelFileDescriptor getWallpaperFile(int whichWallpaper) { in getWallpaperFile()
DWallpaperManagerCompatV16.java45 int whichWallpaper) throws IOException { in setStream()
53 int whichWallpaper) throws IOException { in setBitmap()
60 public int getWallpaperId(@WallpaperLocation int whichWallpaper) { in getWallpaperId()
66 public ParcelFileDescriptor getWallpaperFile(int whichWallpaper) { in getWallpaperFile()
DWallpaperManagerCompat.java68 int whichWallpaper) throws IOException; in setStream()
74 int whichWallpaper) throws IOException; in setBitmap()
79 public abstract int getWallpaperId(@WallpaperLocation int whichWallpaper); in getWallpaperId()
86 public abstract ParcelFileDescriptor getWallpaperFile(int whichWallpaper); in getWallpaperFile()
/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/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java431 int whichWallpaper = (isLockWallpaperSet) in setWallpaperBitmapInRotationStatic() local
447 int whichWallpaper) { in setBitmapToWallpaperManagerCompat()
477 int whichWallpaper) { in setStreamToWallpaperManagerCompat()
614 int whichWallpaper; in doInBackground() local
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DDefaultWallpaperInfo.java106 private boolean clearWallpaper(WallpaperPickerActivity a, int whichWallpaper) { in clearWallpaper()