Searched refs:getBitmap (Results 1 - 25 of 62) sorted by relevance

123

/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/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/WallpaperPicker/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 DImageViewTouchBase.java87 if (mBitmapDisplayed.getBitmap() != null) {
131 Bitmap old = mBitmapDisplayed.getBitmap();
166 if (bitmap.getBitmap() != null) {
168 setImageBitmap(bitmap.getBitmap(), bitmap.getRotation());
187 if (mBitmapDisplayed.getBitmap() == null) {
194 mBitmapDisplayed.getBitmap().getWidth(),
195 mBitmapDisplayed.getBitmap().getHeight());
297 if (mBitmapDisplayed.getBitmap() == null) {
367 if (mBitmapDisplayed.getBitmap() == null) {
379 if (mBitmapDisplayed.getBitmap()
[all...]
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/VideoEditor/src/com/android/videoeditor/
H A DBaseAdapterWithImages.java137 if (drawable != null && drawable.getBitmap() != null) {
139 drawable.getBitmap().recycle();
158 if (drawable != null && drawable.getBitmap() != null) {
159 drawable.getBitmap().recycle();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoProcessorTest.java40 final Bitmap sourceBitmap = ((BitmapDrawable) source).getBitmap();
/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/Browser/src/com/android/browser/
H A DBrowserBookmarksAdapter.java111 Bitmap thumbnail = item.thumbnail != null ? item.thumbnail.getBitmap() : null;
112 thumbnail = BrowserBookmarksPage.getBitmap(c,
116 && (item.thumbnail == null || item.thumbnail.getBitmap() != thumbnail)) {
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/ui/
H A DBitmapLoader.java102 public synchronized Bitmap getBitmap() { method in class:BitmapLoader
/packages/apps/InCallUI/src/com/android/incallui/
H A DAnimationUtils.java214 ((BitmapDrawable) from).getBitmap() != null);
216 ((BitmapDrawable) to).getBitmap() != null);
218 ((BitmapDrawable) from).getBitmap().equals(((BitmapDrawable) to).getBitmap()));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java106 public Bitmap getBitmap() { method in class:FastBitmapDrawable
H A DPagedViewWidget.java99 mInfo != null && preview != null && preview.getBitmap() != null) {
100 mWidgetPreviewLoader.recycleBitmap(mInfo, preview.getBitmap());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java90 public Bitmap getBitmap() { method in class:FastBitmapDrawable
H A DPagedViewWidget.java110 mInfo != null && preview != null && preview.getBitmap() != null) {
111 mWidgetPreviewLoader.recycleBitmap(mInfo, preview.getBitmap());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
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 DBuffer.java64 public synchronized Bitmap getBitmap() { method in class:Buffer
H A DRenderingRequest.java74 bitmap = MasterImage.getImage().getBitmapCache().getBitmap(
138 public Bitmap getBitmap() { method in class:RenderingRequest
/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/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/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DMasterImage.java336 return consumer.getBitmap();
688 if (request.getBitmap() == null) {
695 mGeometryOnlyBitmap = request.getBitmap();
700 mFiltersOnlyBitmap = request.getBitmap();
707 mPartialBitmap = request.getBitmap();
714 mHighresBitmap = request.getBitmap();

Completed in 402 milliseconds

123