Searched refs:getBitmap (Results 1 - 25 of 48) 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/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
H A DNetworkImageView.java166 if (response.getBitmap() != null) {
167 setImageBitmap(response.getBitmap());
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageEncoder.java60 Bitmap bitmap = input.getBitmap();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAssetsAtlasActivity.java46 mBitmap = ((BitmapDrawable) d).getBitmap();
H A DGetBitmapActivity.java54 Bitmap b = mTextureView.getBitmap();
H A DTextureViewActivity.java57 Bitmap b = mTextureView.getBitmap(800, 800);
/frameworks/base/core/java/android/view/
H A DTextureView.java529 * @see #getBitmap(android.graphics.Bitmap)
530 * @see #getBitmap(int, int)
532 public Bitmap getBitmap() { method in class:TextureView
533 return getBitmap(getWidth(), getHeight());
556 * @see #getBitmap(android.graphics.Bitmap)
557 * @see #getBitmap()
559 public Bitmap getBitmap(int width, int height) { method in class:TextureView
561 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
584 * @see #getBitmap(int, int)
585 * @see #getBitmap()
590 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/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/graphics/java/android/graphics/
H A DNinePatch.java130 public Bitmap getBitmap() { method in class:NinePatch
186 * to querying the width of the underlying bitmap returned by {@link #getBitmap()}.
194 * to querying the height of the underlying bitmap returned by {@link #getBitmap()}.
202 * This is equivalent to calling <code>getBitmap().hasAlpha()</code> on this
/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...]
/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/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java184 public final Bitmap getBitmap() { method in class:BitmapDrawable
662 public Bitmap getBitmap() { method in class:BitmapDrawable.BitmapState
H A DNinePatchDrawable.java483 public Bitmap getBitmap() { method in class:NinePatchDrawable.NinePatchState
484 return mNinePatch.getBitmap();
/frameworks/base/core/java/android/transition/
H A DCrossfade.java274 bitmap = ((TextureView) view).getBitmap();
/frameworks/base/media/java/android/media/
H A DMediaMetadataEditor.java356 public synchronized Bitmap getBitmap(int key, Bitmap defaultValue) method in class:MediaMetadataEditor
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecents.java76 first = ((BitmapDrawable) firstTask.getThumbnail()).getBitmap();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java125 Bitmap bitmap = bitmapDrawable.getBitmap();

Completed in 583 milliseconds

12