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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java93 class DumbBitmapRegionDecoder implements SimpleBitmapRegionDecoder { class in inherits:SimpleBitmapRegionDecoder
97 private DumbBitmapRegionDecoder(Bitmap b) { method in class:DumbBitmapRegionDecoder
100 public static DumbBitmapRegionDecoder newInstance(String pathName) {
103 return new DumbBitmapRegionDecoder(b);
107 public static DumbBitmapRegionDecoder newInstance(InputStream is) {
110 return new DumbBitmapRegionDecoder(b);
254 d = DumbBitmapRegionDecoder.newInstance(mPath);
297 regionDecoder = DumbBitmapRegionDecoder.newInstance(is);
360 regionDecoder = DumbBitmapRegionDecoder.newInstance(is);

Completed in 25 milliseconds