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

/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/Launcher3/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/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
H A DViewImage.java486 Bitmap b = mCache.getBitmap(pos);
532 mCache.put(pos + offset, bitmap.getBitmap());
1227 public synchronized Bitmap getBitmap(int pos) { method in class:BitmapCache
/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/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/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java106 public Bitmap getBitmap() { method in class:FastBitmapDrawable
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java53 private static Bitmap getBitmap(Context context, int resId) { method in class:NotificationService
95 .setLargeIcon(getBitmap(context, R.drawable.bucket))
133 .setLargeIcon(getBitmap(this, R.drawable.matias_hed))
184 .setLargeIcon(getBitmap(this, R.drawable.romainguy_hed))
188 .bigPicture(d.getBitmap())
/packages/apps/LegacyCamera/src/com/android/camera/
H A DThumbnail.java69 public Bitmap getBitmap() { method in class:Thumbnail
/packages/apps/Mms/src/com/android/mms/model/
H A DImageModel.java164 public Bitmap getBitmap(int width, int height) { method in class:ImageModel
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java122 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
142 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null);
154 private Bitmap getBitmap(final Dimensions d, boolean getDefault) { method in class:LetterTileProvider
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java172 item.setFavicon(getBitmap(cursor, SNAPSHOT_FAVICON));
175 static Bitmap getBitmap(Cursor cursor, int columnIndex) { method in class:BrowserSnapshotPage
H A DBrowserBookmarksPage.java205 getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON),
206 getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_THUMBNAIL));
233 static Bitmap getBitmap(Cursor cursor, int columnIndex) { method in class:BrowserBookmarksPage
234 return getBitmap(cursor, columnIndex, null);
243 static Bitmap getBitmap(Cursor cursor, int columnIndex, Bitmap inBitmap) { method in class:BrowserBookmarksPage
319 Bitmap bitmap = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON);
456 Bitmap touchIcon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_TOUCH_ICON);
457 Bitmap favicon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON);
/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/Mms/src/com/android/mms/util/
H A DThumbnailManager.java252 bitmap = getBitmap(mIsVideo);
308 private Bitmap getBitmap(boolean isVideo) { method in class:ThumbnailManager.ThumbnailTask
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogFragmentTest.java384 private Bitmap getBitmap(String resName) { method in class:CallLogFragmentTest
389 return d.getBitmap();
398 mCallTypeIcons.put(Calls.INCOMING_TYPE, getBitmap("ic_call_incoming_holo_dark"));
399 mCallTypeIcons.put(Calls.MISSED_TYPE, getBitmap("ic_call_missed_holo_dark"));
400 mCallTypeIcons.put(Calls.OUTGOING_TYPE, getBitmap("ic_call_outgoing_holo_dark"));
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java193 mPhotoSource.donePaging(getBitmap(mSelection));
506 final Bitmap current = getBitmap(mParent);
961 private Bitmap getBitmap(View photo) { method in class:PhotoTable
974 return bitmap.getBitmap();
980 mPhotoSource.recycle(getBitmap(photo));

Completed in 3093 milliseconds