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

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DStreamBitmapDecoder.java14 public class StreamBitmapDecoder implements ResourceDecoder<InputStream, Bitmap> { class in inherits:ResourceDecoder
15 private static final String ID = "StreamBitmapDecoder.com.bumptech.glide.load.resource.bitmap";
21 public StreamBitmapDecoder(Context context) { method in class:StreamBitmapDecoder
25 public StreamBitmapDecoder(BitmapPool bitmapPool) { method in class:StreamBitmapDecoder
29 public StreamBitmapDecoder(Downsampler downsampler, BitmapPool bitmapPool, DecodeFormat decodeFormat) { method in class:StreamBitmapDecoder

Completed in 126 milliseconds