Home
last modified time | relevance | path

Searched refs:decodeSampledBitmapFromInputStream (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageRequest.java207 return bitmapPool.decodeSampledBitmapFromInputStream( in loadBitmapInternal()
DPoolableImageCache.java135 public Bitmap decodeSampledBitmapFromInputStream(@NonNull final InputStream inputStream, in decodeSampledBitmapFromInputStream() method in PoolableImageCache.ReusableImageResourcePool
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBitmapPool.java226 public Bitmap decodeSampledBitmapFromInputStream(@NonNull final InputStream inputStream, in decodeSampledBitmapFromInputStream() method in BitmapPool