/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
H A D | ImageEncoder.java | 60 Bitmap bitmap = input.getBitmap();
|
/frameworks/base/core/java/android/view/ |
H A D | TextureView.java | 521 * @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 D | PointerIcon.java | 269 public Bitmap getBitmap() { method in class:PointerIcon 407 mBitmap = ((BitmapDrawable)drawable).getBitmap();
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GetBitmapActivity.java | 54 Bitmap b = mTextureView.getBitmap();
|
H A D | TextureViewActivity.java | 57 Bitmap b = mTextureView.getBitmap(800, 800);
|
H A D | GLTextureViewActivity.java | 67 Bitmap b = mTextureView.getBitmap(800, 800);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | VertexFrame.java | 109 public Bitmap getBitmap() { method in class:VertexFrame
|
H A D | SimpleFrame.java | 129 public Bitmap getBitmap() { method in class:SimpleFrame
|
H A D | Frame.java | 120 public abstract Bitmap getBitmap(); method in class:Frame
|
H A D | NativeFrame.java | 188 public Bitmap getBitmap() { method in class:NativeFrame
|
H A D | GLFrame.java | 241 public Bitmap getBitmap() { method in class:GLFrame 243 flushGPU("getBitmap");
|
H A D | SerializedFrame.java | 248 public Bitmap getBitmap() { method in class:SerializedFrame
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
H A D | VideoEditorAPITest.java | 442 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 D | VideoEditorPreviewTest.java | 570 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 D | OverlayFrame.java | 124 public Bitmap getBitmap() { method in class:OverlayFrame 318 Bitmap overlayBitmap = ((OverlayFrame)overlay).getBitmap();
|
H A D | MediaItem.java | 436 final Bitmap bitmap = frame.getBitmap();
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
H A D | IconUtilities.java | 125 Bitmap bitmap = bitmapDrawable.getBitmap();
|
/frameworks/base/libs/hwui/ |
H A D | DisplayListRenderer.cpp | 449 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 D | VideoEditorStressTest.java | 453 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 D | BitmapDrawable.java | 174 public final Bitmap getBitmap() { method in class:BitmapDrawable
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationBuilderTest.java | 425 return Bitmap.createBitmap(bd.getBitmap());
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
H A D | VideoEditorHelper.java | 127 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 D | BeanBag.java | 175 Bitmap beanBits = bean.getBitmap();
|
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/ |
H A D | PhotoView.java | 394 final Bitmap drawableBitmap = mDrawable.getBitmap(); 422 return mDrawable.getBitmap();
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
H A D | PhotoView.java | 396 final Bitmap drawableBitmap = mDrawable.getBitmap(); 424 return mDrawable.getBitmap();
|