Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DStreamBitmapDecoder.java19 public class StreamBitmapDecoder implements ResourceDecoder<InputStream, Bitmap> { class
26 public StreamBitmapDecoder(Context context) { in StreamBitmapDecoder() method in StreamBitmapDecoder
30 public StreamBitmapDecoder(BitmapPool bitmapPool) { in StreamBitmapDecoder() method in StreamBitmapDecoder
34 public StreamBitmapDecoder(Context context, DecodeFormat decodeFormat) { in StreamBitmapDecoder() method in StreamBitmapDecoder
38 public StreamBitmapDecoder(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in StreamBitmapDecoder() method in StreamBitmapDecoder
42 …public StreamBitmapDecoder(Downsampler downsampler, BitmapPool bitmapPool, DecodeFormat decodeForm… in StreamBitmapDecoder() method in StreamBitmapDecoder