/packages/apps/Gallery/src/com/android/camera/ |
D | ImageViewTouchBase.java | 87 if (mBitmapDisplayed.getBitmap() != null) { in onLayout() 131 Bitmap old = mBitmapDisplayed.getBitmap(); in setImageBitmap() 166 if (bitmap.getBitmap() != null) { in setImageRotateBitmapResetBase() 168 setImageBitmap(bitmap.getBitmap(), bitmap.getRotation()); in setImageRotateBitmapResetBase() 187 if (mBitmapDisplayed.getBitmap() == null) { in center() 194 mBitmapDisplayed.getBitmap().getWidth(), in center() 195 mBitmapDisplayed.getBitmap().getHeight()); in center() 297 if (mBitmapDisplayed.getBitmap() == null) { in maxZoom() 367 if (mBitmapDisplayed.getBitmap() == null) { in zoomIn() 379 if (mBitmapDisplayed.getBitmap() == null) { in zoomOut()
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
D | BitmapManagerUnitTests.java | 46 public Bitmap getBitmap() { in getBitmap() method in BitmapManagerUnitTests.DecodeThread 93 assertNotNull(t.getBitmap()); in testDefaultAllowDecoding() 105 assertNull(t.getBitmap()); in testCancelDecoding() 118 assertNotNull(t.getBitmap()); in testAllowDecoding() 136 assertNotNull(t1.getBitmap()); in testThreadDecoding() 138 assertNull(t2.getBitmap()); in testThreadDecoding()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
D | ImageRequestTest.java | 68 assertNotNull(imageResource.getBitmap()); in testLoadImageUnspecifiedSize() 71 final int bitmapWidth = imageResource.getBitmap().getWidth(); in testLoadImageUnspecifiedSize() 72 final int bitmapHeight = imageResource.getBitmap().getHeight(); in testLoadImageUnspecifiedSize() 98 assertNotNull(imageResource.getBitmap()); in testLoadImageWithDownsampling() 101 final int bitmapWidth = imageResource.getBitmap().getWidth(); in testLoadImageWithDownsampling() 102 final int bitmapHeight = imageResource.getBitmap().getHeight(); in testLoadImageWithDownsampling()
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserBookmarksPage.java | 205 getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON), in handleContextItem() 206 getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_THUMBNAIL)); in handleContextItem() 233 static Bitmap getBitmap(Cursor cursor, int columnIndex) { in getBitmap() method in BrowserBookmarksPage 234 return getBitmap(cursor, columnIndex, null); in getBitmap() 243 static Bitmap getBitmap(Cursor cursor, int columnIndex, Bitmap inBitmap) { in getBitmap() method in BrowserBookmarksPage 319 Bitmap bitmap = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON); in populateBookmarkItem() 456 Bitmap touchIcon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_TOUCH_ICON); in createShortcutIntent() 457 Bitmap favicon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON); in createShortcutIntent()
|
D | BrowserBookmarksAdapter.java | 111 Bitmap thumbnail = item.thumbnail != null ? item.thumbnail.getBitmap() : null; in getRowObject() 112 thumbnail = BrowserBookmarksPage.getBitmap(c, in getRowObject() 116 && (item.thumbnail == null || item.thumbnail.getBitmap() != thumbnail)) { in getRowObject()
|
D | BookmarkUtils.java | 144 return bd.getBitmap(); in getIconBackground() 153 return bd.getBitmap(); in getIconBackground()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | UploadedTexture.java | 135 private Bitmap getBitmap() { in getBitmap() method in UploadedTexture 155 if (mWidth == UNSPECIFIED) getBitmap(); in getWidth() 161 if (mWidth == UNSPECIFIED) getBitmap(); in getHeight() 194 Bitmap bitmap = getBitmap(); in updateContent() 213 Bitmap bitmap = getBitmap(); in uploadToCanvas()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | UploadedTexture.java | 134 private Bitmap getBitmap() { in getBitmap() method in UploadedTexture 154 if (mWidth == UNSPECIFIED) getBitmap(); in getWidth() 160 if (mWidth == UNSPECIFIED) getBitmap(); in getHeight() 193 Bitmap bitmap = getBitmap(); in updateContent() 212 Bitmap bitmap = getBitmap(); in uploadToCanvas()
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
D | NotificationService.java | 58 private static Bitmap getBitmap(Context context, int resId) { in getBitmap() method in NotificationService 128 .setLargeIcon(getBitmap(context, R.drawable.bucket)) in makeBigTextNotification() 171 .setLargeIcon(getBitmap(this, R.drawable.matias_hed)) in onHandleIntent() 222 .setLargeIcon(getBitmap(this, R.drawable.romainguy_hed)) in onHandleIntent() 226 .bigPicture(d.getBitmap()) in onHandleIntent()
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | InCallAnimationUtils.java | 114 ((BitmapDrawable) from).getBitmap() != null); in startCrossFade() 116 ((BitmapDrawable) to).getBitmap() != null); in startCrossFade() 118 ((BitmapDrawable) from).getBitmap().equals(((BitmapDrawable) to).getBitmap())); in startCrossFade()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | DecodedImageResource.java | 54 public Bitmap getBitmap() { in getBitmap() method in DecodedImageResource 160 if (getBitmap().hasAlpha()) { in getMediaEncodingRequest() 192 Bitmap bitmap = getBitmap(); in loadMediaBlocking() 225 if (scaledBitmap != null && scaledBitmap != getBitmap()) { in loadMediaBlocking()
|
D | AvatarRequest.java | 81 bitmap = imageResource.getBitmap(); in loadMediaInternal() 125 sDefaultPersonBitmap = defaultPerson.getBitmap(); in renderDefaultAvatar() 130 sDefaultPersonBitmapLarge = largeDefaultPerson.getBitmap(); in renderDefaultAvatar() 137 defaultPerson = wearDefaultPerson.getBitmap(); in renderDefaultAvatar()
|
D | CompositeImageRequest.java | 73 final Bitmap resourceBitmap = resource.getBitmap(); in loadMediaInternal() 82 ImageUtils.drawBitmapWithCircleOnCanvas(resource.getBitmap(), smallCircleCanvas, in loadMediaInternal()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | trie_map.cpp | 161 iterationState->emplace_back(popCount(entry.getBitmap()), entry.getTableIndex()); in iterateNext() 254 if (!exists(bitmapEntry.getBitmap(), label)) { in getTerminalEntryIndex() 257 const int entryIndex = bitmapEntry.getTableIndex() + popCount(bitmapEntry.getBitmap(), label); in getTerminalEntryIndex() 314 const uint32_t bitmap = bitmapEntry.getBitmap(); in putInternal() 428 const int tableSize = popCount(bitmapEntry.getBitmap()); in removeInner()
|
D | trie_map.h | 106 mTrieMap->popCount(bitmapEntry.getBitmap()), bitmapEntry.getTableIndex()); in TrieMapIterator() 264 AK_FORCE_INLINE uint32_t getBitmap() const { in getBitmap() function
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | MasterImage.java | 336 return consumer.getBitmap(); in getFilteredImage() 688 if (request.getBitmap() == null) { in available() 695 mGeometryOnlyBitmap = request.getBitmap(); in available() 700 mFiltersOnlyBitmap = request.getBitmap(); in available() 707 mPartialBitmap = request.getBitmap(); in available() 714 mHighresBitmap = request.getBitmap(); in available()
|
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/ |
D | LetterTileProvider.java | 89 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */); in getLetterTile() 110 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null); in getLetterTile() 122 private Bitmap getBitmap(final Dimensions d, boolean getDefault) { in getBitmap() method in LetterTileProvider
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | BitmapCache.java | 125 Bitmap bitmap = buffer.getBitmap(); in cache() 175 public synchronized Bitmap getBitmap(int w, int h, int type) { in getBitmap() method in BitmapCache 207 Bitmap bitmap = getBitmap(source.getWidth(), source.getHeight(), type); in getBitmapCopy()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | TransitionImage.java | 96 public BitmapDrawable getBitmap() { in getBitmap() method in TransitionImage 252 ActivityTransitionBitmapHelper.bitmapAsBinderBundle(mBitmap.getBitmap())); in writeToBundle() 269 ActivityTransitionBitmapHelper.bitmapAsBinderBundle(mBitmap.getBitmap())); in writeToIntent()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 193 mPhotoSource.donePaging(getBitmap(mSelection)); in clearSelection() 506 final Bitmap current = getBitmap(mParent); in doInBackground() 961 private Bitmap getBitmap(View photo) { in getBitmap() method in PhotoTable 974 return bitmap.getBitmap(); in getBitmap() 980 mPhotoSource.recycle(getBitmap(photo)); in recycle()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | QuickContactImageView.java | 48 if (mBitmapDrawable == null || mBitmapDrawable.getBitmap() == null in setTint() 49 || mBitmapDrawable.getBitmap().hasAlpha()) { in setTint()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | CachingPipeline.java | 292 && request.getBitmap() == null) in render() 301 Bitmap bitmap = request.getBitmap(); in render() 356 bitmap = mEnvironment.getBitmap(iconBounds.width(), in render()
|
D | FilterEnvironment.java | 70 public Bitmap getBitmap(int w, int h, int type) { in getBitmap() method in FilterEnvironment 71 return mBitmapCache.getBitmap(w, h, type); in getBitmap()
|
D | RenderingRequest.java | 74 bitmap = MasterImage.getImage().getBitmapCache().getBitmap( in post() 138 public Bitmap getBitmap() { in getBitmap() method in RenderingRequest
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewWidget.java | 99 mInfo != null && preview != null && preview.getBitmap() != null) { in onDetachedFromWindow() 100 mWidgetPreviewLoader.recycleBitmap(mInfo, preview.getBitmap()); in onDetachedFromWindow()
|