Home
last modified time | relevance | path

Searched refs:allocationOrder (Results 1 – 2 of 2) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFillRunner.java66 …BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder) { in BitmapPreFillRunner() argument
67 …this(bitmapPool, memoryCache, allocationOrder, DEFAULT_CLOCK, new Handler(Looper.getMainLooper())); in BitmapPreFillRunner()
71 …llRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, Clock clock, in BitmapPreFillRunner() argument
75 this.toPrefill = allocationOrder; in BitmapPreFillRunner()
DBitmapPreFiller.java49 PreFillQueue allocationOrder = generateAllocationOrder(bitmapAttributes); in preFill() local
50 current = new BitmapPreFillRunner(bitmapPool, memoryCache, allocationOrder); in preFill()