BitmapPool 
    An interface for a pool that allows users to reuse android.graphics.Bitmap objects.
Functions
Link copied to clipboard
                Removes all android.graphics.
Link copied to clipboard
                Returns the current maximum size of the pool in bytes.
Link copied to clipboard
                Multiplies the initial size of the pool by the given multiplier to dynamically and synchronously allow users to adjust the size of the pool.
Link copied to clipboard
                Reduces the size of the cache by evicting items based on the given level.