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

1234

/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/InCallUI/src/com/android/incallui/
H A DInCallAnimationUtils.java114 ((BitmapDrawable) from).getBitmap() != null);
116 ((BitmapDrawable) to).getBitmap() != null);
118 ((BitmapDrawable) from).getBitmap().equals(((BitmapDrawable) to).getBitmap()));
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoProcessorTest.java42 final Bitmap sourceBitmap = ((BitmapDrawable) source).getBitmap();
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DQuickContactImageView.java48 if (mBitmapDrawable == null || mBitmapDrawable.getBitmap() == null
49 || mBitmapDrawable.getBitmap().hasAlpha()) {
/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/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.java58 private static Bitmap getBitmap(Context context, int resId) { method in class:NotificationService
128 .setLargeIcon(getBitmap(context, R.drawable.bucket))
171 .setLargeIcon(getBitmap(this, R.drawable.matias_hed))
222 .setLargeIcon(getBitmap(this, R.drawable.romainguy_hed))
226 .bigPicture(d.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
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSettingsActivity.java71 BitmapDownloader.getInstance(this).getBitmap(bitmapWorkerOptions, bitmapCallBack);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dtrie_map.cpp131 iterationState->emplace_back(popCount(entry.getBitmap()), entry.getTableIndex());
221 if (!exists(bitmapEntry.getBitmap(), label)) {
224 const int entryIndex = bitmapEntry.getTableIndex() + popCount(bitmapEntry.getBitmap(), label);
278 const uint32_t bitmap = bitmapEntry.getBitmap();
/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.java94 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
114 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null);
126 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();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImage.java97 public BitmapDrawable getBitmap() { method in class:TransitionImage
256 ActivityTransitionBitmapHelper.bitmapAsBinderBundle(mBitmap.getBitmap()));
273 ActivityTransitionBitmapHelper.bitmapAsBinderBundle(mBitmap.getBitmap()));
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DSettingsToast.java96 bitmapDownloader.getBitmap(new BitmapWorkerOptions.Builder(mContext).resource(

Completed in 587 milliseconds

1234