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

1234

/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/core-utils/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java79 if (drawable.getBitmap() == null) {
92 if (drawable.getBitmap() == null) {
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaMetadataCompatApi21.java31 public static Bitmap getBitmap(Object metadataObj, String key) { method in class:MediaMetadataCompatApi21
32 return ((MediaMetadata)metadataObj).getBitmap(key);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java114 public Bitmap getBitmap() { method in class:Icon
116 throw new IllegalStateException("called getBitmap() on " + this);
287 return new BitmapDrawable(context.getResources(), getBitmap());
392 getBitmap().isMutable() &&
393 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) {
394 setBitmap(getBitmap().createAshmemBitmap());
412 getBitmap().compress(Bitmap.CompressFormat.PNG, 100, dataStream);
481 return getBitmap() == otherIcon.getBitmap();
658 .append(getBitmap()
[all...]
/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.java68 (((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/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRenderScriptTask.java123 rgbdImage = options.rgbz.getBitmap();
H A DRGBZ.java60 public Bitmap getBitmap() { method in class:RGBZ
/frameworks/base/core/java/android/view/
H A DTextureView.java534 * @see #getBitmap(android.graphics.Bitmap)
535 * @see #getBitmap(int, int)
537 public Bitmap getBitmap() { method in class:TextureView
538 return getBitmap(getWidth(), getHeight());
561 * @see #getBitmap(android.graphics.Bitmap)
562 * @see #getBitmap()
564 public Bitmap getBitmap(int width, int height) { method in class:TextureView
566 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
589 * @see #getBitmap(int, int)
590 * @see #getBitmap()
595 public Bitmap getBitmap(Bitmap bitmap) { method in class:TextureView
[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 DImageUtils.java137 return ((BitmapDrawable) drawable).getBitmap();
/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java179 public Bitmap getBitmap() { method in class:NinePatch
225 * to querying the width of the underlying bitmap returned by {@link #getBitmap()}.
233 * to querying the height of the underlying bitmap returned by {@link #getBitmap()}.
241 * This is equivalent to calling <code>getBitmap().hasAlpha()</code> on this
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java74 Bitmap bitmap = bitmapDrawable.getBitmap();
/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.java464 createBitmap(repeatDrawable.getBitmap(), repeatAllColor));
467 createBitmap(repeatOneDrawable.getBitmap(), repeatOneColor));
506 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
543 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
580 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
/frameworks/base/core/tests/coretests/src/android/view/
H A DRemoteViewsTest.java73 assertSame(bitmap, ((BitmapDrawable)drawable).getBitmap());

Completed in 778 milliseconds

1234