Searched refs:getBitmapPool (Results 1 – 6 of 6) sorted by relevance
199 final ReusableImageResourcePool bitmapPool = getBitmapPool(); in loadBitmapInternal()223 final Bitmap targetBitmap = getBitmapPool().createOrReuseBitmap(width, height); in postProcessOnBitmapResourceLoaded()240 protected ReusableImageResourcePool getBitmapPool() { in getBitmapPool() method in ImageRequest
48 mBitmap = getBitmapPool().createOrReuseBitmap( in CompositeImageRequest()76 final Bitmap smallCircleBitmap = getBitmapPool().createOrReuseBitmap( in loadMediaInternal()
118 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, in renderDefaultAvatar()160 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, in renderLetterTile()
86 final ReusableImageResourcePool bitmapPool = getBitmapPool(); in loadBitmapInternal()
77 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, backgroundColor); in renderSimAvatarInternal()
106 new GifResourceEncoder(glide.getBitmapPool())); in GlideFilmstripManager()