Home
last modified time | relevance | path

Searched refs:DecodedImageResource (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DDecodedImageResource.java36 public class DecodedImageResource extends ImageResource { class
44 public DecodedImageResource(final String key, final Bitmap bitmap, int orientation) { in DecodedImageResource() method in DecodedImageResource
176 DecodedImageResource.this.addRef(); in EncodeImageRequest()
181 return DecodedImageResource.this.getKey(); in getKey()
223 return DecodedImageResource.this; in loadMediaBlocking()
DImageRequest.java124 return new DecodedImageResource(getKey(), loadedBitmap, mOrientation); in loadMediaInternal()
219 if (mDescriptor.cropToCircle && loadedResource instanceof DecodedImageResource) { in postProcessOnBitmapResourceLoaded()
231 return new DecodedImageResource(getKey(), targetBitmap, in postProcessOnBitmapResourceLoaded()
DUriImageRequest.java51 if (resource instanceof DecodedImageResource) { in loadMediaInternal()
52 ((DecodedImageResource) resource).setCacheable(false); in loadMediaInternal()
DEncodedImageResource.java134 return new DecodedImageResource(getKey(), decodedBitmap, getOrientation()); in loadMediaBlocking()
DCompositeImageRequest.java97 return new DecodedImageResource(getKey(), mBitmap, ExifInterface.ORIENTATION_NORMAL); in loadMediaInternal()
DSimSelectorAvatarRequest.java110 return new DecodedImageResource(getKey(), bitmap, ExifInterface.ORIENTATION_NORMAL); in renderSimAvatarInternal()
DAvatarRequest.java114 return new DecodedImageResource(getKey(), bitmap, orientation); in loadMediaInternal()