Searched defs:getBitmap (Results 1 - 25 of 28) sorted by relevance

12

/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/support/media-compat/api21/android/support/v4/media/
H A DMediaMetadataCompatApi21.java33 public static Bitmap getBitmap(Object metadataObj, String key) { method in class:MediaMetadataCompatApi21
34 return ((MediaMetadata)metadataObj).getBitmap(key);
/frameworks/base/media/java/android/media/
H A DMediaMetadataEditor.java364 public synchronized Bitmap getBitmap(int key, Bitmap defaultValue) method in class:MediaMetadataEditor
H A DMediaMetadata.java474 public Bitmap getBitmap(@BitmapKey String key) { method in class:MediaMetadata
552 Bitmap next = getBitmap(PREFERRED_BITMAP_ORDER[i]);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java127 public Bitmap getBitmap() { method in class:SimpleFrame
H A DVertexFrame.java109 public Bitmap getBitmap() { method in class:VertexFrame
H A DNativeFrame.java186 public Bitmap getBitmap() { method in class:NativeFrame
H A DSerializedFrame.java244 public Bitmap getBitmap() { method in class:SerializedFrame
H A DFrame.java119 public abstract Bitmap getBitmap(); method in class:Frame
H A DGLFrame.java241 public Bitmap getBitmap() { method in class:GLFrame
243 flushGPU("getBitmap");
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java127 public Bitmap getBitmap() { method in class:RGBZ
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java83 public Bitmap getBitmap() { method in class:LockscreenWallpaper
/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/graphics/
H A DFitWidthBitmapDrawable.java113 public Bitmap getBitmap() { method in class:FitWidthBitmapDrawable
/frameworks/base/core/java/android/hardware/radio/
H A DRadioMetadata.java265 public Bitmap getBitmap(String key) { method in class:RadioMetadata
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java114 protected ReusableBitmap getBitmap() { method in class:BasicBitmapDrawable
415 * The bitmap to be drawn can be found at {@link #getBitmap()}.
/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java76 public final Bitmap getBitmap() { method in class:RoundedBitmapDrawable
/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/base/graphics/java/android/graphics/drawable/
H A DIcon.java117 public Bitmap getBitmap() { method in class:Icon
119 throw new IllegalStateException("called getBitmap() on " + this);
291 return new BitmapDrawable(context.getResources(), getBitmap());
294 new BitmapDrawable(context.getResources(), getBitmap()));
399 getBitmap().isMutable() &&
400 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) {
401 setBitmap(getBitmap().createAshmemBitmap());
420 getBitmap().compress(Bitmap.CompressFormat.PNG, 100, dataStream);
492 return getBitmap() == otherIcon.getBitmap();
[all...]
H A DBitmapDrawable.java210 public final Bitmap getBitmap() { method in class:BitmapDrawable
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaMetadataCompat.java454 public Bitmap getBitmap(@BitmapKey String key) { method in class:MediaMetadataCompat
504 Bitmap next = getBitmap(PREFERRED_BITMAP_ORDER[i]);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java717 public Bitmap getBitmap() { method in class:WallpaperManager
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java164 Bitmap getBitmap() { method in class:BackgroundManager.BitmapDrawable
980 if (((BitmapDrawable) first).getBitmap().sameAs(((BitmapDrawable) second).getBitmap())) {

Completed in 3834 milliseconds

12