/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Icon.java | 148 public Bitmap getBitmap() { in getBitmap() method in Icon 338 return new BitmapDrawable(context.getResources(), getBitmap()); in loadDrawableInner() 341 new BitmapDrawable(context.getResources(), getBitmap())); in loadDrawableInner() 446 getBitmap().isMutable() && in convertToAshmem() 447 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem() 448 setBitmap(getBitmap().createAshmemBitmap()); in convertToAshmem() 467 getBitmap().compress(Bitmap.CompressFormat.PNG, 100, dataStream); in writeToStream() 539 return getBitmap() == otherIcon.getBitmap(); in sameAs() 744 .append(getBitmap().getWidth()) in toString() 746 .append(getBitmap().getHeight()); in toString() [all …]
|
/frameworks/base/packages/WallpaperCropper/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()
|
D | BitmapTexture.java | 51 public Bitmap getBitmap() { in getBitmap() method in BitmapTexture
|
/frameworks/base/core/java/android/view/ |
D | TextureView.java | 547 public Bitmap getBitmap() { in getBitmap() method in TextureView 548 return getBitmap(getWidth(), getHeight()); in getBitmap() 574 public Bitmap getBitmap(int width, int height) { in getBitmap() method in TextureView 576 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(), in getBitmap() 605 public Bitmap getBitmap(Bitmap bitmap) { in getBitmap() method in TextureView
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 51 .getBitmap(); in testWithBitmap() 122 assertThat(ic.getBitmap().getWidth()).isLessThan(41); in testScaleDownIfNecessary() 123 assertThat(ic.getBitmap().getHeight()).isLessThan(21); in testScaleDownIfNecessary() 163 .getBitmap(); in testWithBitmapResource() 186 .getBitmap(); in testWithFile() 210 .getBitmap(); in testAsync() 253 .getBitmap(); in testParcel()
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 70 private static Bitmap getBitmap(Context context, int resId) { in getBitmap() method in NotificationTests 154 .setLargeIcon(getBitmap(context, R.drawable.bucket)) in makeBigTextNotification() 277 .setLargeIcon(getBitmap(mContext, R.drawable.matias_hed)) in testCreate() 342 .setLargeIcon(getBitmap(mContext, R.drawable.romainguy_hed)) in testCreate() 346 .bigPicture(d.getBitmap())) in testCreate()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ |
D | IconMixinTest.java | 122 assertEquals(expected.getBitmap(), actual.getBitmap()); in testSetIconFromXml()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 168 assertTrue(q.getLargeIcon().getBitmap().sameAs(n.getLargeIcon().getBitmap())); in largeIconMultipleReferences_keptAfterParcelling() 183 assertTrue(((Icon) q.extras.getParcelable(Notification.EXTRA_LARGE_ICON)).getBitmap() in largeIconReferenceInExtrasOnly_keptAfterParcelling() 184 .sameAs(originalIcon.getBitmap())); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | CircularBitmapDrawable.java | 95 onDrawCircularBitmap(getBitmap().bmp, canvas, src, dst, 1f); in onDrawBitmap() 105 Bitmap bitmap = placeholder.getBitmap(); in onDrawPlaceholderOrProgress()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | ImageEncoder.java | 55 Bitmap bitmap = input.getBitmap(); in process()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipNotification.java | 214 art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ALBUM_ART); in updateMediaControllerMetadata() 216 art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ART); in updateMediaControllerMetadata()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | FixedSizeImageView.java | 68 (((BitmapDrawable) drawable).getBitmap() == null); in setImageDrawable()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | AssetsAtlasActivity.java | 46 mBitmap = ((BitmapDrawable) d).getBitmap(); in BitmapsView()
|
D | GetBitmapActivity.java | 54 Bitmap b = mTextureView.getBitmap(); in onCreate()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | SimpleIconFactory.java | 193 result = ((BitmapDrawable) badged).getBitmap(); in createUserBadgedIconBitmap() 309 Bitmap b = bitmapDrawable.getBitmap(); in createIconBitmap() 680 return getBitmap().getWidth(); in getIntrinsicHeight() 685 return getBitmap().getWidth(); in getIntrinsicWidth()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | RenderScriptTask.java | 125 rgbdImage = options.rgbz.getBitmap(); in prepareRefocusFilter()
|
/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | AmbientShadowBitmapGenerator.java | 93 public Bitmap getBitmap() { in getBitmap() method in AmbientShadowBitmapGenerator
|
D | SpotShadowBitmapGenerator.java | 137 public Bitmap getBitmap() { in getBitmap() method in SpotShadowBitmapGenerator
|
D | HighQualityShadowPainter.java | 124 canvas, generator.getBitmap(), (int) generator.getTranslateX(), in paintAmbientShadow() 174 drawScaled(canvas, generator.getBitmap(), (int) generator.getTranslateX(), in paintSpotShadow()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | VertexFrame.java | 109 public Bitmap getBitmap() { in getBitmap() method in VertexFrame
|
D | SimpleFrame.java | 127 public Bitmap getBitmap() { in getBitmap() method in SimpleFrame
|
D | Frame.java | 123 public abstract Bitmap getBitmap(); in getBitmap() method in Frame
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PageContentRepository.java | 402 Bitmap bitmap = page.content.getBitmap(); in hasSameSize() 431 return content.getBitmap().getByteCount(); in getSizeInBytes() 435 content.getBitmap().eraseColor(Color.WHITE); in erase() 896 Bitmap bitmap = mRenderedPage.content.getBitmap(); in doInBackground()
|
/frameworks/base/graphics/java/android/graphics/ |
D | NinePatch.java | 184 public Bitmap getBitmap() { in getBitmap() method in NinePatch
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | CircularImageView.java | 74 Bitmap bitmap = bitmapDrawable.getBitmap(); in onDraw()
|