Home
last modified time | relevance | path

Searched refs:streamException (Results 1 – 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java147 final Exception streamException = stream.getException(); in decode() local
148 if (streamException != null) { in decode()
149 throw new RuntimeException(streamException); in decode()