Searched refs:OPTIONS_QUEUE (Results 1 – 1 of 1) sorted by relevance
30 private static final Queue<BitmapFactory.Options> OPTIONS_QUEUE = Util.createQueue(0); field in Downsampler333 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()