OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KEY_QUEUE
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelCache.java
65
private static final Queue<ModelKey<?>>
KEY_QUEUE
= Util.createQueue(0);
73
ModelKey<A> modelKey = (ModelKey<A>)
KEY_QUEUE
.poll();
91
KEY_QUEUE
.offer(this);
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar
Completed in 97 milliseconds