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

123

/frameworks/base/packages/WallpaperCropper/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();
/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DImageLoaderTest.java47 when(mImageCache.getBitmap(anyString())).thenReturn(null);
55 when(mImageCache.getBitmap(anyString())).thenReturn(bitmap);
57 Assert.assertSame(bitmap, ic.getBitmap());
63 when(mImageCache.getBitmap(anyString())).thenReturn(null);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageEncoder.java55 Bitmap bitmap = input.getBitmap();
/frameworks/support/v4/api21/android/support/v4/media/
H A DMediaMetadataCompatApi21.java30 public static Bitmap getBitmap(Object metadataObj, String key) { method in class:MediaMetadataCompatApi21
31 return ((MediaMetadata)metadataObj).getBitmap(key);
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java79 if (drawable.getBitmap() == null) {
92 if (drawable.getBitmap() == null) {
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageLoader.java75 public Bitmap getBitmap(String url); method in interface:ImageLoader.ImageCache
109 if (response.getBitmap() != null) {
110 view.setImageBitmap(response.getBitmap());
124 * data was available, response.getBitmap() will be non-null.
169 return mCache.getBitmap(cacheKey) != null;
216 Bitmap cachedBitmap = mCache.getBitmap(cacheKey);
374 public Bitmap getBitmap() { method in class:ImageLoader.ImageContainer
H A DNetworkImageView.java175 if (response.getBitmap() != null) {
176 setImageBitmap(response.getBitmap());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFixedSizeImageView.java67 (((BitmapDrawable) drawable).getBitmap() == null);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAssetsAtlasActivity.java46 mBitmap = ((BitmapDrawable) d).getBitmap();
H A DGetBitmapActivity.java54 Bitmap b = mTextureView.getBitmap();
/frameworks/base/core/java/android/view/
H A DTextureView.java515 * @see #getBitmap(android.graphics.Bitmap)
516 * @see #getBitmap(int, int)
518 public Bitmap getBitmap() { method in class:TextureView
519 return getBitmap(getWidth(), getHeight());
542 * @see #getBitmap(android.graphics.Bitmap)
543 * @see #getBitmap()
545 public Bitmap getBitmap(int width, int height) { method in class:TextureView
547 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
570 * @see #getBitmap(int, int)
571 * @see #getBitmap()
576 public Bitmap getBitmap(Bitmap bitmap) { method in class:TextureView
[all...]
H A DDisplayListCanvas.java272 Bitmap bitmap = patch.getBitmap();
282 Bitmap bitmap = patch.getBitmap();
H A DPointerIcon.java270 public Bitmap getBitmap() { method in class:PointerIcon
413 mBitmap = ((BitmapDrawable)drawable).getBitmap();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java113 public Bitmap getBitmap() { method in class:Icon
115 throw new IllegalStateException("called getBitmap() on " + this);
284 return new BitmapDrawable(context.getResources(), getBitmap());
385 if (mType == TYPE_BITMAP && getBitmap().isMutable()) {
386 setBitmap(getBitmap().createAshmemBitmap());
404 getBitmap().compress(Bitmap.CompressFormat.PNG, 100, dataStream);
614 .append(getBitmap().getWidth())
616 .append(getBitmap().getHeight());
699 final Bitmap bits = getBitmap();
700 getBitmap()
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java95 onDrawCircularBitmap(getBitmap().bmp, canvas, src, dst, 1f);
105 Bitmap bitmap = placeholder.getBitmap();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DVertexFrame.java109 public Bitmap getBitmap() { method in class:VertexFrame
H A DSimpleFrame.java127 public Bitmap getBitmap() { method in class:SimpleFrame
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java120 return bd.getBitmap() != null && isGrayscaleIcon(bd.getBitmap());
139 return isGrayscaleIcon(icon.getBitmap());
H A DImageUtils.java137 return ((BitmapDrawable) drawable).getBitmap();
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java74 Bitmap bitmap = bitmapDrawable.getBitmap();
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaMetadataCompat.java378 public Bitmap getBitmap(@BitmapKey String key) { method in class:MediaMetadataCompat
428 Bitmap next = getBitmap(PREFERRED_BITMAP_ORDER[i]);
519 MediaMetadataCompatApi21.getBitmap(metadataObj, key));
563 getBitmap(key));
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DIconTest.java48 .getBitmap();
113 .getBitmap();
136 .getBitmap();
160 .getBitmap();
203 .getBitmap();
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java70 private static Bitmap getBitmap(Context context, int resId) { method in class:NotificationTests
154 .setLargeIcon(getBitmap(context, R.drawable.bucket))
277 .setLargeIcon(getBitmap(mContext, R.drawable.matias_hed))
342 .setLargeIcon(getBitmap(mContext, R.drawable.romainguy_hed))
346 .bigPicture(d.getBitmap()))
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java447 createBitmap(repeatDrawable.getBitmap(), repeatAllColor));
450 createBitmap(repeatOneDrawable.getBitmap(), repeatOneColor));
489 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
526 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
563 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));

Completed in 1293 milliseconds

123