Searched defs:allocationOrder (Results 1 - 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
H A DBitmapPreFillRunner.java66 public BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder) { argument
67 this(bitmapPool, memoryCache, allocationOrder, DEFAULT_CLOCK, new Handler(Looper.getMainLooper()));
71 BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, Clock clock, argument
75 this.toPrefill = allocationOrder;

Completed in 5012 milliseconds