Home
last modified time | relevance | path

Searched refs:getBitmapPool (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageRequest.java199 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
DCompositeImageRequest.java48 mBitmap = getBitmapPool().createOrReuseBitmap( in CompositeImageRequest()
76 final Bitmap smallCircleBitmap = getBitmapPool().createOrReuseBitmap( in loadMediaInternal()
DAvatarRequest.java118 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, in renderDefaultAvatar()
160 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, in renderLetterTile()
DFileImageRequest.java86 final ReusableImageResourcePool bitmapPool = getBitmapPool(); in loadBitmapInternal()
DSimSelectorAvatarRequest.java77 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, backgroundColor); in renderSimAvatarInternal()
/packages/apps/Camera2/src/com/android/camera/data/
DGlideFilmstripManager.java106 new GifResourceEncoder(glide.getBitmapPool())); in GlideFilmstripManager()