Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java196 …s.inSampleSize == 1 || Build.VERSION_CODES.KITKAT <= Build.VERSION.SDK_INT) && shouldUsePool(is)) { in downsampleWithSize()
205 private static boolean shouldUsePool(InputStream is) { in shouldUsePool() method in Downsampler