Searched refs:getBitmap (Results 1 - 25 of 56) 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/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/com/android/volley/toolbox/
H A DImageLoader.java76 public Bitmap getBitmap(String url); method in interface:ImageLoader.ImageCache
110 if (response.getBitmap() != null) {
111 view.setImageBitmap(response.getBitmap());
125 * data was available, response.getBitmap() will be non-null.
157 return mCache.getBitmap(cacheKey) != null;
194 Bitmap cachedBitmap = mCache.getBitmap(cacheKey);
348 public Bitmap getBitmap() { method in class:ImageLoader.ImageContainer
H A DNetworkImageView.java174 if (response.getBitmap() != null) {
175 setImageBitmap(response.getBitmap());
/frameworks/base/core/java/android/view/
H A DTextureView.java517 * @see #getBitmap(android.graphics.Bitmap)
518 * @see #getBitmap(int, int)
520 public Bitmap getBitmap() { method in class:TextureView
521 return getBitmap(getWidth(), getHeight());
544 * @see #getBitmap(android.graphics.Bitmap)
545 * @see #getBitmap()
547 public Bitmap getBitmap(int width, int height) { method in class:TextureView
549 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
572 * @see #getBitmap(int, int)
573 * @see #getBitmap()
578 public Bitmap getBitmap(Bitmap bitmap) { method in class:TextureView
[all...]
H A DPointerIcon.java269 public Bitmap getBitmap() { method in class:PointerIcon
412 mBitmap = ((BitmapDrawable)drawable).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();
H A DTextureViewActivity.java57 Bitmap b = mTextureView.getBitmap(800, 800);
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java119 return bd.getBitmap() != null && isGrayscaleIcon(bd.getBitmap());
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java95 onDrawCircularBitmap(getBitmap().bmp, canvas, src, dst, 1f);
102 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
H A DFrame.java119 public abstract Bitmap getBitmap(); method in class:Frame
H A DNativeFrame.java186 public Bitmap getBitmap() { method in class:NativeFrame
/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.java341 public Bitmap getBitmap(String key) { method in class:MediaMetadataCompat
391 Bitmap next = getBitmap(PREFERRED_BITMAP_ORDER[i]);
482 MediaMetadataCompatApi21.getBitmap(metadataObj, key));
526 getBitmap(key));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java437 createBitmap(repeatDrawable.getBitmap(), repeatAllColor));
439 createBitmap(repeatOneDrawable.getBitmap(), repeatOneColor));
479 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
517 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
555 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java165 public Bitmap getBitmap() { method in class:NinePatch
221 * to querying the width of the underlying bitmap returned by {@link #getBitmap()}.
229 * to querying the height of the underlying bitmap returned by {@link #getBitmap()}.
237 * This is equivalent to calling <code>getBitmap().hasAlpha()</code> on this
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java378 Bitmap bitmap = page.content.getBitmap();
407 return content.getBitmap().getByteCount();
411 content.getBitmap().eraseColor(Color.WHITE);
826 Bitmap bitmap = mRenderedPage.content.getBitmap();
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java71 public final Bitmap getBitmap() { method in class:RoundedBitmapDrawable

Completed in 743 milliseconds

123