Searched defs:getBitmap (Results 1 - 25 of 29) sorted by relevance

12

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java47 public Bitmap getBitmap() { method in class:BitmapTexture
H A DUploadedTexture.java73 private Bitmap getBitmap() { method in class:UploadedTexture
93 if (mWidth == UNSPECIFIED) getBitmap();
99 if (mWidth == UNSPECIFIED) getBitmap();
129 Bitmap bitmap = getBitmap();
139 Bitmap bitmap = getBitmap();
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java51 public Bitmap getBitmap() { method in class:BitmapTexture
H A DUploadedTexture.java134 private Bitmap getBitmap() { method in class:UploadedTexture
154 if (mWidth == UNSPECIFIED) getBitmap();
160 if (mWidth == UNSPECIFIED) getBitmap();
193 Bitmap bitmap = getBitmap();
212 Bitmap bitmap = getBitmap();
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DImageResource.java42 public abstract Bitmap getBitmap(); method in class:ImageResource
H A DGifImageResource.java62 public Bitmap getBitmap() { method in class:GifImageResource
H A DDecodedImageResource.java54 public Bitmap getBitmap() { method in class:DecodedImageResource
160 if (getBitmap().hasAlpha()) {
192 Bitmap bitmap = getBitmap();
225 if (scaledBitmap != null && scaledBitmap != getBitmap()) {
H A DEncodedImageResource.java52 public Bitmap getBitmap() { method in class:EncodedImageResource
/packages/apps/Gallery/src/com/android/camera/
H A DRotateBitmap.java45 public Bitmap getBitmap() { method in class:RotateBitmap
H A DImageLoader.java48 public void getBitmap(IImage image, method in class:ImageLoader
/packages/apps/Gallery/tests/src/com/android/camera/
H A DBitmapManagerUnitTests.java46 public Bitmap getBitmap() { method in class:BitmapManagerUnitTests.DecodeThread
93 assertNotNull(t.getBitmap());
105 assertNull(t.getBitmap());
118 assertNotNull(t.getBitmap());
136 assertNotNull(t1.getBitmap());
138 assertNull(t2.getBitmap());
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetImageView.java55 public Bitmap getBitmap() { method in class:WidgetImageView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java64 public synchronized Bitmap getBitmap() { method in class:Buffer
H A DFilterEnvironment.java70 public Bitmap getBitmap(int w, int h, int type) { method in class:FilterEnvironment
71 return mBitmapCache.getBitmap(w, h, type);
H A DRenderingRequest.java74 bitmap = MasterImage.getImage().getBitmapCache().getBitmap(
138 public Bitmap getBitmap() { method in class:RenderingRequest
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapLoader.java102 public synchronized Bitmap getBitmap() { method in class:BitmapLoader
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java106 public Bitmap getBitmap() { method in class:FastBitmapDrawable
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java74 private static Bitmap getBitmap(Context context, int resId) { method in class:NotificationService
141 .setLargeIcon(getBitmap(context, R.drawable.bucket))
219 .setLargeIcon(getBitmap(this, R.drawable.matias_hed))
287 .setLargeIcon(getBitmap(this, R.drawable.romainguy_hed))
290 .bigPicture(d.getBitmap())
/packages/apps/LegacyCamera/src/com/android/camera/
H A DThumbnail.java69 public Bitmap getBitmap() { method in class:Thumbnail
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java89 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
110 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null);
122 private Bitmap getBitmap(final Dimensions d, boolean getDefault) { method in class:LetterTileProvider
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DBitmapCache.java125 Bitmap bitmap = buffer.getBitmap();
175 public synchronized Bitmap getBitmap(int w, int h, int type) { method in class:BitmapCache
207 Bitmap bitmap = getBitmap(source.getWidth(), source.getHeight(), type);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java166 public Bitmap getBitmap() { method in class:FastBitmapDrawable
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapDownloader.java221 public void getBitmap(BitmapWorkerOptions options, final BitmapCallback callback) { method in class:BitmapDownloader
H A DDrawableDownloader.java44 * Calling getBitmap() or loadBitmap() will return a RefcountBitmapDrawable with initial refcount =
127 mByteCount += RecycleBitmapPool.getSize(d.getBitmap());
284 public void getBitmap(BitmapWorkerOptions options, final BitmapCallback callback) { method in class:DrawableDownloader
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImage.java96 public BitmapDrawable getBitmap() { method in class:TransitionImage
252 ActivityTransitionBitmapHelper.bitmapAsBinderBundle(mBitmap.getBitmap()));
269 ActivityTransitionBitmapHelper.bitmapAsBinderBundle(mBitmap.getBitmap()));

Completed in 2439 milliseconds

12