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

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java94 class DumbBitmapRegionDecoder implements SimpleBitmapRegionDecoder { class in inherits:SimpleBitmapRegionDecoder
98 private DumbBitmapRegionDecoder(Bitmap b) { method in class:DumbBitmapRegionDecoder
101 public static DumbBitmapRegionDecoder newInstance(String pathName) {
104 return new DumbBitmapRegionDecoder(b);
108 public static DumbBitmapRegionDecoder newInstance(InputStream is) {
111 return new DumbBitmapRegionDecoder(b);
235 d = DumbBitmapRegionDecoder.newInstance(mPath);
279 regionDecoder = DumbBitmapRegionDecoder.newInstance(is);
343 regionDecoder = DumbBitmapRegionDecoder.newInstance(is);

Completed in 40 milliseconds