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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapTexture.java51 public Bitmap getBitmap() { method in class:BitmapTexture
H A DBitmapLoader.java101 public synchronized Bitmap getBitmap() { method in class:BitmapLoader
H A DUploadedTexture.java135 private Bitmap getBitmap() { method in class:UploadedTexture
155 if (mWidth == UNSPECIFIED) getBitmap();
161 if (mWidth == UNSPECIFIED) getBitmap();
194 Bitmap bitmap = getBitmap();
219 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/data/
H A DBitmapPool.java55 public synchronized Bitmap getBitmap() { method in class:BitmapPool
62 public synchronized Bitmap getBitmap(int width, int height) { method in class:BitmapPool
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java105 public Bitmap getBitmap() { method in class:FastBitmapDrawable
/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/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/Mms/src/com/android/mms/util/
H A DThumbnailManager.java252 bitmap = getBitmap(mIsVideo);
306 private Bitmap getBitmap(boolean isVideo) { method in class:ThumbnailManager.ThumbnailTask
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationShowcaseActivity.java135 private static Bitmap getBitmap(Context context, int resId) { method in class:NotificationShowcaseActivity
219 .setLargeIcon(getBitmap(context, R.drawable.bucket))
273 .setLargeIcon(getBitmap(this, R.drawable.matias_hed))
318 .setLargeIcon(getBitmap(this, R.drawable.romainguy_hed))
323 .bigPicture(d.getBitmap())
/packages/apps/Contacts/tests/src/com/android/contacts/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"));

Completed in 1451 milliseconds