LruBitmapPool
Constructor for LruBitmapPool.
Parameters
maxSize
The initial maximum size of the pool in bytes.
Constructor for LruBitmapPool.
Parameters
maxSize
The initial maximum size of the pool in bytes.
allowedConfigs
A white listed put of android.graphics.Bitmap.Config that are allowed to be put into the pool. Configs not in the allowed put will be rejected.