Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java30 private static final Queue<BitmapFactory.Options> OPTIONS_QUEUE = Util.createQueue(0); field in Downsampler
333 synchronized (OPTIONS_QUEUE) { in getDefaultOptions()
334 decodeBitmapOptions = OPTIONS_QUEUE.poll(); in getDefaultOptions()
346 synchronized (OPTIONS_QUEUE) { in releaseOptions()
347 OPTIONS_QUEUE.offer(decodeBitmapOptions); in releaseOptions()