/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 224 Bitmap bm = BitmapFactory.decodeFileDescriptor( in getCurrentWallpaperLocked() local 241 Bitmap bm = BitmapFactory.decodeFileDescriptor( in getCurrentWallpaperLocked() local 266 Bitmap bm = BitmapFactory.decodeStream(is, null, null); in getDefaultWallpaperLocked() local 282 Bitmap bm = BitmapFactory.decodeStream(is, null, options); in getDefaultWallpaperLocked() local 340 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getDrawable() local 359 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekDrawable() local 382 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getFastDrawable() local 398 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekFastDrawable() local 677 static Bitmap generateBitmap(Context context, Bitmap bm, int width, int height) { in generateBitmap()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BitmapFactory.java | 267 Bitmap bm = null; in decodeFile() local 339 Bitmap bm = null; in decodeResource() local 444 Bitmap bm; in decodeStream() local 465 private static Bitmap finishDecode(Bitmap bm, Rect outPadding, Options opts) { in finishDecode() 538 Bitmap bm = decodeStream(is, outPadding, opts); in decodeFileDescriptor() local 545 Bitmap bm = nativeDecodeFileDescriptor(fd, outPadding, opts); in decodeFileDescriptor() local
|
D | Bitmap.java | 468 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true); in createBitmap() local 966 Bitmap bm = nativeExtractAlpha(mNativeBitmap, nativePaint, offsetXY); in extractAlpha() local
|
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/graphics/ |
D | BitmapTest.java | 84 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, in testGetPixelsWithAlpha() local 110 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, Bitmap.Config.RGB_565); in testGetPixelsWithoutAlpha() local
|
/frameworks/base/core/jni/ |
D | android_view_ViewRoot.cpp | 40 const SkBitmap& bm = canvas->getDevice()->accessBitmap(false); in android_view_ViewRoot_showFPS() local
|
D | Time.cpp | 59 int64_t bm = b.toMillis(false /* use isDst */); in compare() local
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 697 Bitmap bm = BitmapFactory.decodeResourceStream(res, value, is, pad, opts); in createFromResourceStream() local 801 Bitmap bm = BitmapFactory.decodeFile(pathName); in createFromPath() local 852 private static Drawable drawableFromBitmap(Resources res, Bitmap bm, byte[] np, in drawableFromBitmap()
|
D | BitmapDrawable.java | 421 Bitmap bm = mBitmap; in getOpacity() local
|
/frameworks/base/awt/com/android/internal/awt/ |
D | AndroidImageDecoder.java | 58 Bitmap bm; // The image as decoded by Android field in AndroidImageDecoder
|
D | AndroidGraphics2D.java | 771 public void drawBitmap(Bitmap bm, float x, float y, Paint p) { in drawBitmap()
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/ |
D | PNGImageWriter.java | 56 private static Bitmap bm; field in PNGImageWriter
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/ |
D | JPEGImageWriter.java | 53 private static Bitmap bm; field in JPEGImageWriter
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1381 Bitmap bm = EMOJI_FACTORY. in drawText() local 1458 Bitmap bm = null; in measureText() local 1584 Bitmap bm = null; in measureText() local
|
D | StaticLayout.java | 566 Bitmap bm = EMOJI_FACTORY. in generate() local
|
/frameworks/base/core/java/android/widget/ |
D | ImageView.java | 317 public void setImageBitmap(Bitmap bm) { in setImageBitmap()
|
/frameworks/base/core/java/android/provider/ |
D | MediaStore.java | 495 Bitmap bm = BitmapFactory.decodeFile(imagePath); in insertImage() local
|
D | Contacts.java | 641 Bitmap bm = stream != null ? BitmapFactory.decodeStream(stream, null, options) : null; in loadContactPhoto() local
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 5223 IBackupManager bm = IBackupManager.Stub.asInterface( in processStartTimedOutLocked() local 11497 IBackupManager bm = IBackupManager.Stub.asInterface( in backupAgentCreated() local
|