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

/frameworks/base/media/java/android/media/videoeditor/
H A DOverlayFrame.java124 public Bitmap getBitmap() { method in class:OverlayFrame
318 Bitmap overlayBitmap = ((OverlayFrame)overlay).getBitmap();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java129 public Bitmap getBitmap() { method in class:SimpleFrame
H A DVertexFrame.java109 public Bitmap getBitmap() { method in class:VertexFrame
H A DNativeFrame.java188 public Bitmap getBitmap() { method in class:NativeFrame
H A DSerializedFrame.java248 public Bitmap getBitmap() { method in class:SerializedFrame
H A DFrame.java120 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
407 mBitmap = ((BitmapDrawable)drawable).getBitmap();
H A DTextureView.java521 * @see #getBitmap(android.graphics.Bitmap)
522 * @see #getBitmap(int, int)
524 public Bitmap getBitmap() { method in class:TextureView
525 return getBitmap(getWidth(), getHeight());
548 * @see #getBitmap(android.graphics.Bitmap)
549 * @see #getBitmap()
551 public Bitmap getBitmap(int width, int height) { method in class:TextureView
553 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
576 * @see #getBitmap(int, int)
577 * @see #getBitmap()
582 public Bitmap getBitmap(Bitmap bitmap) { method in class:TextureView
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DVideoEditorHelper.java127 public Bitmap getBitmap(String file, int width, int height) throws IOException { method in class:VideoEditorHelper
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java174 public final Bitmap getBitmap() { method in class:BitmapDrawable
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java435 public Bitmap getBitmap() { method in class:WallpaperManager
/frameworks/base/core/java/android/provider/
H A DMediaStore.java790 public static final Bitmap getBitmap(ContentResolver cr, Uri url) method in class:MediaStore.Images.Media
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h423 SkBitmap* getBitmap() { function in class:android::uirenderer::DisplayList

Completed in 232 milliseconds