| /frameworks/base/graphics/java/android/renderscript/ |
| Sampler.java | 27 import android.graphics.Bitmap;
|
| /frameworks/base/media/java/android/media/ |
| Metadata.java | 19 import android.graphics.Bitmap; 144 public static final int VIDEO_FRAME = 19; // Bitmap
|
| MiniThumbFile.java | 19 import android.graphics.Bitmap;
|
| MediaPlayer.java | 32 import android.graphics.Bitmap; [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
| VideoEditorPreviewTest.java | 24 import android.graphics.Bitmap; 575 final Bitmap mBitmap1 = mVideoEditorHelper.getBitmap(overlayFilename1, 582 final Bitmap mBitmap2 = mVideoEditorHelper.getBitmap(overlayFilename2, 673 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayFilename, [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| Nyandroid.java | 28 import android.graphics.Bitmap;
|
| /packages/apps/Camera/src/com/android/camera/panorama/ |
| PanoramaActivity.java | 44 import android.graphics.Bitmap; 304 showFinalMosaic((Bitmap) msg.obj); 312 // Set the thumbnail bitmap here because mThumbnailView must be accessed 626 Bitmap bitmap = null; 627 bitmap = BitmapFactory.decodeByteArray(jpeg.data, 0, jpeg.data.length); 629 MSG_LOW_RES_FINAL_MOSAIC_READY, bitmap)); [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
| KeyboardView.java | 22 import android.graphics.Bitmap; 112 /** Whether the keyboard bitmap buffer needs to be redrawn before it's blitted. **/ 114 /** The dirty region in the keyboard bitmap */ 120 /** The keyboard bitmap buffer for faster updates */ 121 private Bitmap mBuffer; 122 /** The canvas for the above mutable keyboard bitmap */ 464 mBuffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| SuggestionsView.java | 22 import android.graphics.Bitmap; 244 final Bitmap buffer = Bitmap.createBitmap( 245 width, (height * 3 / 2), Bitmap.Config.ARGB_8888); [all...] |
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| CellLayout.java | 29 import android.graphics.Bitmap; 221 final Bitmap outline = (Bitmap)anim.getTag(); 242 // The animation holds a reference to the drag outline bitmap as long is it's 243 // running. This way the bitmap can be GCed when the animations are complete. 423 final Bitmap b = (Bitmap) mDragOutlineAnims[i].getTag(); 433 final Bitmap b = mPressedOrFocusedIcon.getPressedOrFocusedBackground(); [all...] |
| /frameworks/base/core/java/android/webkit/ |
| CallbackProxy.java | 25 import android.graphics.Bitmap; 267 mWebViewClient.onPageStarted(mWebView, startedUrl, (Bitmap) msg.obj); 281 mWebChromeClient.onReceivedIcon(mWebView, (Bitmap) msg.obj); [all...] |
| /cts/tests/tests/view/src/android/view/cts/ |
| ViewGroupTest.java | 31 import android.graphics.Bitmap; 36 import android.graphics.Bitmap.Config; 866 textView.setBackgroundDrawable(new BitmapDrawable(Bitmap.createBitmap(100, 100, 1911 Bitmap bitmap = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); local [all...] |
| View_UsingViewsTest.java | 28 import android.graphics.Bitmap; 321 Bitmap b = mEditText.getDrawingCache();
|
| /external/skia/src/animator/ |
| SkDisplayType.cpp | 107 CASE_DRAW_NEW(Bitmap); 262 CASE_GET_DRAW_INFO(Bitmap); 429 DRAW_NAME("bitmap", SkType_Bitmap),
|
| /frameworks/base/core/java/android/widget/ |
| ImageView.java | 23 import android.graphics.Bitmap; 299 * <p class="note">This does Bitmap reading and decoding on the UI 302 * {@link #setImageBitmap(android.graphics.Bitmap)} and 324 * <p class="note">This does Bitmap reading and decoding on the UI 327 * {@link #setImageBitmap(android.graphics.Bitmap)} and 369 * Sets a Bitmap as the content of this ImageView. 371 * @param bm The bitmap to set 374 public void setImageBitmap(Bitmap bm) { 573 System.out.println("resolveUri failed on bad bitmap uri: " 818 // The bitmap fits exactly, no transform needed [all...] |
| SlidingDrawer.java | 22 import android.graphics.Bitmap; 289 final Bitmap cache = mContent.getDrawingCache(); 632 // before creating the cached bitmap [all...] |
| /frameworks/base/core/java/com/android/internal/widget/ |
| WaveView.java | 24 import android.graphics.Bitmap; 87 private float mRingRadius = 182.0f; // Radius of bitmap ring. Used to snap halo to it 397 Bitmap bitmap = BitmapFactory.decodeResource(res, resId); local 398 return new BitmapDrawable(res, bitmap);
|
| /frameworks/base/core/jni/ |
| Android.mk | 90 android/graphics/Bitmap.cpp \
|
| /packages/apps/Contacts/src/com/android/contacts/activities/ |
| ConfirmAddDetailActivity.java | 44 import android.graphics.Bitmap; 441 Bitmap photoBitmap = null; [all...] |
| /packages/apps/Contacts/src/com/android/contacts/detail/ |
| ContactDetailDisplayUtils.java | 39 import android.graphics.Bitmap; 193 * Sets the contact photo to display in the given {@link ImageView}. If bitmap is null, the 202 Bitmap bitmap = photo != null ? BitmapFactory.decodeByteArray(photo, 0, photo.length) local 211 photoView.setImageBitmap(bitmap);
|
| /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
| riva_mmio.h | 401 RivaBitmap *Bitmap;
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
| TabletTicker.java | 26 import android.graphics.Bitmap;
|
| /frameworks/base/services/java/com/android/server/wm/ |
| ScreenRotationAnimation.java | 20 import android.graphics.Bitmap;
|
| /packages/apps/Contacts/src/com/android/contacts/ |
| SplitAggregateView.java | 25 import android.graphics.Bitmap;
|
| /cts/tests/tests/mediastress/src/android/mediastress/cts/ |
| CodecTest.java | 20 import android.graphics.Bitmap; 516 Bitmap outThumbnail = mMediaMetadataRetriever.getFrameAtTime(-1); 519 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath);
|