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

12

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageEncoder.java60 Bitmap bitmap = input.getBitmap();
/frameworks/base/core/java/android/view/
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...]
H A DPointerIcon.java269 public Bitmap getBitmap() { method in class:PointerIcon
407 mBitmap = ((BitmapDrawable)drawable).getBitmap();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java54 Bitmap b = mTextureView.getBitmap();
H A DTextureViewActivity.java57 Bitmap b = mTextureView.getBitmap(800, 800);
H A DGLTextureViewActivity.java67 Bitmap b = mTextureView.getBitmap(800, 800);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DVertexFrame.java109 public Bitmap getBitmap() { method in class:VertexFrame
H A DSimpleFrame.java129 public Bitmap getBitmap() { method in class:SimpleFrame
H A DFrame.java120 public abstract Bitmap getBitmap(); method in class:Frame
H A DNativeFrame.java188 public Bitmap getBitmap() { method in class:NativeFrame
H A DGLFrame.java241 public Bitmap getBitmap() { method in class:GLFrame
243 flushGPU("getBitmap");
H A DSerializedFrame.java248 public Bitmap getBitmap() { method in class:SerializedFrame
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorAPITest.java442 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayItemFileName,
687 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayItemFileName,
2090 final Bitmap mBitmap1 = mVideoEditorHelper.getBitmap(overlayFile1,
2099 assertEquals("Overlay Bitmap", mBitmap1, overlayFrame1.getBitmap());
2103 Bitmap upddateBmp = mVideoEditorHelper.getBitmap(overlayFile2, 176, 144);
2105 assertEquals("Overlay Update Bitmap", upddateBmp, overlayFrame1.getBitmap());
2121 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayFile1,
2172 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayFile1,
2183 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayFile1,
2194 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayFile
[all...]
H A DVideoEditorPreviewTest.java570 final Bitmap mBitmap1 = mVideoEditorHelper.getBitmap(overlayFilename1,
577 final Bitmap mBitmap2 = mVideoEditorHelper.getBitmap(overlayFilename2,
666 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayFilename,
/frameworks/base/media/java/android/media/videoeditor/
H A DOverlayFrame.java124 public Bitmap getBitmap() { method in class:OverlayFrame
318 Bitmap overlayBitmap = ((OverlayFrame)overlay).getBitmap();
H A DMediaItem.java436 final Bitmap bitmap = frame.getBitmap();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java125 Bitmap bitmap = bitmapDrawable.getBitmap();
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp449 SkBitmap* bitmap = getBitmap();
458 SkBitmap* bitmap = getBitmap();
466 SkBitmap* bitmap = getBitmap();
491 SkBitmap* bitmap = getBitmap();
508 SkBitmap* bitmap = getBitmap();
1054 SkBitmap* bitmap = getBitmap();
1071 SkBitmap* bitmap = getBitmap();
1080 SkBitmap* bitmap = getBitmap();
1110 SkBitmap* bitmap = getBitmap();
1131 SkBitmap* bitmap = getBitmap();
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java453 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(
462 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(
472 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(
853 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(OverlayFile6,
1036 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(OverlayFile3,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java174 public final Bitmap getBitmap() { method in class:BitmapDrawable
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java425 return Bitmap.createBitmap(bd.getBitmap());
/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/packages/SystemUI/src/com/android/systemui/
H A DBeanBag.java175 Bitmap beanBits = bean.getBitmap();
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java394 final Bitmap drawableBitmap = mDrawable.getBitmap();
422 return mDrawable.getBitmap();
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java396 final Bitmap drawableBitmap = mDrawable.getBitmap();
424 return mDrawable.getBitmap();

Completed in 6144 milliseconds

12