com.bumptech.glide.load.engine.prefill
Class BitmapPreFiller

java.lang.Object
  extended by com.bumptech.glide.load.engine.prefill.BitmapPreFiller

public final class BitmapPreFiller
extends Object

A class for pre-filling Bitmaps in a BitmapPool.


Constructor Summary
BitmapPreFiller(MemoryCache memoryCache, BitmapPool bitmapPool, DecodeFormat defaultFormat)
           
 
Method Summary
 void preFill(PreFillType.Builder... bitmapAttributeBuilders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapPreFiller

public BitmapPreFiller(MemoryCache memoryCache,
                       BitmapPool bitmapPool,
                       DecodeFormat defaultFormat)
Method Detail

preFill

public void preFill(PreFillType.Builder... bitmapAttributeBuilders)