setBitmapPool

open fun setBitmapPool(bitmapPool: BitmapPool): GlideBuilder

Sets the com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool implementation to use to store and retrieve reused android.graphics.Bitmaps.

Return

This builder.

Parameters

bitmapPool

The pool to use.