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

/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/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/base/media/java/android/media/
H A DMediaMetadataEditor.java363 public synchronized Bitmap getBitmap(int key, Bitmap defaultValue) method in class:MediaMetadataEditor
H A DMediaMetadata.java390 public Bitmap getBitmap(String key) { method in class:MediaMetadata
468 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/base/core/java/android/view/
H A DPointerIcon.java269 public Bitmap getBitmap() { method in class:PointerIcon
412 mBitmap = ((BitmapDrawable)drawable).getBitmap();
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...]
/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/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java71 public final Bitmap getBitmap() { method in class:RoundedBitmapDrawable
/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
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java116 protected ReusableBitmap getBitmap() { method in class:BasicBitmapDrawable
359 * The bitmap to be drawn can be found at {@link #getBitmap()}.
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaMetadataCompat.java308 public Bitmap getBitmap(String key) { method in class:MediaMetadataCompat
368 MediaMetadataCompatApi21.getBitmap(metadataObj, key));
410 getBitmap(key));
/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java292 NinePatch.InsetStruct insets = mNinePatchState.getBitmap().getNinePatchInsets();
643 public Bitmap getBitmap() { method in class:NinePatchDrawable.NinePatchState
644 return mNinePatch.getBitmap();
H A DBitmapDrawable.java207 public final Bitmap getBitmap() { method in class:BitmapDrawable
908 public Bitmap getBitmap() { method in class:BitmapDrawable.BitmapState
H A DDrawable.java1217 public Bitmap getBitmap() { method in class:Drawable.ConstantState
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java609 public Bitmap getBitmap() { method in class:WallpaperManager
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java142 Bitmap getBitmap() { method in class:BackgroundManager.BitmapDrawable
735 if (((BitmapDrawable) first).getBitmap().sameAs(((BitmapDrawable) second).getBitmap())) {
/frameworks/base/core/java/android/provider/
H A DMediaStore.java834 public static final Bitmap getBitmap(ContentResolver cr, Uri url) method in class:MediaStore.Images.Media

Completed in 672 milliseconds