Searched refs:createQueue (Results 1 – 9 of 9) sorted by relevance
118 private final Queue<GifDecoder> pool = Util.createQueue(0);136 private final Queue<GifHeaderParser> pool = Util.createQueue(0);
9 private final Queue<T> keyPool = Util.createQueue(MAX_SIZE);
18 private final Queue<byte[]> tempQueue = Util.createQueue(0);
145 public static <T> Queue<T> createQueue(int size) { in createQueue() method in Util
18 private static final Queue<ExceptionCatchingInputStream> QUEUE = Util.createQueue(0);
65 private static final Queue<ModelKey<?>> KEY_QUEUE = Util.createQueue(0);
150 queue = Util.createQueue(size); in PreloadTargetQueue()
30 private static final Queue<BitmapFactory.Options> OPTIONS_QUEUE = Util.createQueue(0);
37 private static final Queue<GenericRequest<?, ?, ?, ?>> REQUEST_POOL = Util.createQueue(0);