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

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java96 class DumbBitmapRegionDecoder implements SimpleBitmapRegionDecoder { class in inherits:SimpleBitmapRegionDecoder
100 private DumbBitmapRegionDecoder(Bitmap b) { method in class:DumbBitmapRegionDecoder
103 public static DumbBitmapRegionDecoder newInstance(String pathName) {
106 return new DumbBitmapRegionDecoder(b);
110 public static DumbBitmapRegionDecoder newInstance(InputStream is) {
113 return new DumbBitmapRegionDecoder(b);
237 d = DumbBitmapRegionDecoder.newInstance(mPath);
278 regionDecoder = DumbBitmapRegionDecoder.newInstance(is);
342 regionDecoder = DumbBitmapRegionDecoder.newInstance(is);

Completed in 64 milliseconds