Searched defs:decodeBitmap (Results 1 – 6 of 6) sorted by relevance
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestAsset.java | 60 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap() method in TestAsset
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | BuiltInWallpaperAsset.java | 103 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap() method in BuiltInWallpaperAsset
|
D | BitmapCachingAsset.java | 94 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap() method in BitmapCachingAsset
|
D | StreamableAsset.java | 80 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap() method in StreamableAsset
|
D | LiveWallpaperThumbAsset.java | 86 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap() method in LiveWallpaperThumbAsset
|
D | Asset.java | 86 public abstract void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver); in decodeBitmap() method in Asset
|