OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toPrefill
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFillRunner.java
58
private final PreFillQueue
toPrefill
;
75
this.
toPrefill
= allocationOrder;
90
while (!
toPrefill
.isEmpty() && !isGcDetected(start)) {
91
PreFillType toAllocate =
toPrefill
.remove();
109
return !isCancelled && !
toPrefill
.isEmpty();
/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 96 milliseconds