| /frameworks/base/core/java/android/text/ |
| StaticLayout.java | 19 import android.graphics.Bitmap; 320 Bitmap bm = EMOJI_FACTORY.getBitmapFromAndroidPua(emoji); [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
| VideoEditorExportTest.java | 21 import android.graphics.Bitmap; 225 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayFile, [all...] |
| /frameworks/base/services/java/com/android/server/am/ |
| ActivityRecord.java | 29 import android.graphics.Bitmap; 558 void updateThumbnail(Bitmap newThumbnail, CharSequence description) { [all...] |
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
| BridgeContext.java | 57 import android.graphics.Bitmap; [all...] |
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| RenderSessionImpl.java | 63 import android.graphics.Bitmap; 359 * @param freshRender whether the render is a new one and should erase the existing bitmap (in 484 // create an Android bitmap around the BufferedImage 485 Bitmap bitmap = Bitmap_Delegate.createBitmap(mImage, local 488 // create a Canvas around the Android bitmap 489 mCanvas = new Canvas(bitmap); [all...] |
| /frameworks/ex/chips/src/com/android/ex/chips/ |
| BaseRecipientAdapter.java | 26 import android.graphics.Bitmap; [all...] |
| /packages/apps/Mms/src/com/android/mms/data/ |
| Contact.java | 16 import android.graphics.Bitmap; 347 Bitmap b = BitmapFactory.decodeByteArray(mAvatarData, 0, mAvatarData.length); [all...] |
| /packages/apps/Music/src/com/android/music/ |
| AlbumBrowserActivity.java | 33 import android.graphics.Bitmap; 543 Bitmap b = BitmapFactory.decodeResource(r, R.drawable.albumart_mp_unknown_list);
|
| /packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
| ApiService.java | 39 import android.graphics.Bitmap; 3392 final Bitmap bitmap = (Bitmap)result; local [all...] |
| /cts/tests/tests/app/src/android/app/cts/ |
| LifecycleTest.java | 33 import android.graphics.Bitmap; 201 args = {Bitmap.class, Canvas.class} 883 args = {Bitmap.class, Canvas.class} [all...] |
| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| MediaProvider.java | 43 import android.graphics.Bitmap; 553 * requested and denied. The bitmap handling API in [all...] |
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| ContactEditorFragment.java | 57 import android.graphics.Bitmap; 199 private Bitmap mPhoto = null; [all...] |
| /external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
| SDL_vglvideo.c | 360 current->pixels = VGLCurMode->ModeInfo.Bitmap;
|
| /external/skia/src/xml/ |
| SkJSDisplayable.cpp | 134 JS_INIT(SkDraw, Bitmap) 382 void SkJS::InitializeDisplayables(const SkBitmap& bitmap, JSContext *cx, JSObject *obj, JSObject *proto) { 383 SkJSDisplayable::gCanvas = new SkCanvas(bitmap);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| PositionController.java | 27 import android.graphics.Bitmap; 72 // The X, Y are the coordinate on bitmap which shows on the center of 79 // The focus point of the scaling gesture (in bitmap coordinates). 189 // Translate a coordinate on bitmap if the bitmap size changes. 198 // we will assume one. When we receive the actual bitmap size, we need to 199 // translate the coordinate from the old bitmap into the new bitmap. 201 // What we want to do is center the bitmap at the original position. 208 // First we scale down the new bitmap by a factor r = min(w/w', h/h') [all...] |
| /frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
| Canvas_Delegate.java | 25 import android.graphics.Bitmap.Config; 311 // get the Bitmap from the int 314 // create a new Canvas_Delegate with the given bitmap and return its new native int. 327 /*package*/ static void native_setBitmap(int nativeCanvas, int bitmap) { 335 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap); 810 /*package*/ static void native_drawBitmap(Canvas thisCanvas, int nativeCanvas, int bitmap, 817 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap); 832 /*package*/ static void native_drawBitmap(Canvas thisCanvas, int nativeCanvas, int bitmap, 838 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap); [all...] |
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| LauncherProvider.java | 41 import android.graphics.Bitmap; 548 Bitmap bitmap = Utilities.resampleIconBitmap( local 551 if (bitmap != null) { 553 data = ItemInfo.flattenBitmap(bitmap); 558 bitmap.recycle(); [all...] |
| /frameworks/base/core/java/android/app/ |
| ActivityManagerNative.java | 29 import android.graphics.Bitmap; 380 Bitmap thumbnail = data.readInt() != 0 381 ? Bitmap.CREATOR.createFromParcel(data) : null; 567 Bitmap thumbnail = data.readInt() != 0 568 ? Bitmap.CREATOR.createFromParcel(data) : null; [all...] |
| Activity.java | 37 import android.graphics.Bitmap; [all...] |
| ContextImpl.java | 43 import android.graphics.Bitmap; 830 public void setWallpaper(Bitmap bitmap) throws IOException { 831 getWallpaperManager().setBitmap(bitmap); [all...] |
| /frameworks/base/core/java/android/view/ |
| ViewGroup.java | 23 import android.graphics.Bitmap; 195 // When set, this ViewGroup caches its children in a Bitmap before starting a layout animation 209 // the children's Bitmap caches if necessary [all...] |
| /frameworks/ex/common/java/com/android/ex/editstyledtext/ |
| EditStyledText.java | 34 import android.graphics.Bitmap; 2627 Bitmap bitmap = null; local [all...] |
| /packages/apps/Camera/src/com/android/camera/ |
| VideoCamera.java | 40 import android.graphics.Bitmap; 163 // The bitmap of the last captured video thumbnail and the URI of the 1649 Bitmap bitmap = null; local [all...] |
| Camera.java | 39 import android.graphics.Bitmap; 158 // The bitmap of the last captured picture thumbnail and the URI of the 1398 Bitmap bitmap = Util.makeBitmap(data, 50 * 1024); local [all...] |
| /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
| MediaLinearLayout.java | 28 import android.graphics.Bitmap; [all...] |