Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/app/
DWallpaperManager.java224 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/
DBitmapFactory.java267 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
DBitmap.java468 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/
DBitmapTest.java84 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/
Dandroid_view_ViewRoot.cpp40 const SkBitmap& bm = canvas->getDevice()->accessBitmap(false); in android_view_ViewRoot_showFPS() local
DTime.cpp59 int64_t bm = b.toMillis(false /* use isDst */); in compare() local
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java697 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()
DBitmapDrawable.java421 Bitmap bm = mBitmap; in getOpacity() local
/frameworks/base/awt/com/android/internal/awt/
DAndroidImageDecoder.java58 Bitmap bm; // The image as decoded by Android field in AndroidImageDecoder
DAndroidGraphics2D.java771 public void drawBitmap(Bitmap bm, float x, float y, Paint p) { in drawBitmap()
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
DPNGImageWriter.java56 private static Bitmap bm; field in PNGImageWriter
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
DJPEGImageWriter.java53 private static Bitmap bm; field in JPEGImageWriter
/frameworks/base/core/java/android/text/
DLayout.java1381 Bitmap bm = EMOJI_FACTORY. in drawText() local
1458 Bitmap bm = null; in measureText() local
1584 Bitmap bm = null; in measureText() local
DStaticLayout.java566 Bitmap bm = EMOJI_FACTORY. in generate() local
/frameworks/base/core/java/android/widget/
DImageView.java317 public void setImageBitmap(Bitmap bm) { in setImageBitmap()
/frameworks/base/core/java/android/provider/
DMediaStore.java495 Bitmap bm = BitmapFactory.decodeFile(imagePath); in insertImage() local
DContacts.java641 Bitmap bm = stream != null ? BitmapFactory.decodeStream(stream, null, options) : null; in loadContactPhoto() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java5223 IBackupManager bm = IBackupManager.Stub.asInterface( in processStartTimedOutLocked() local
11497 IBackupManager bm = IBackupManager.Stub.asInterface( in backupAgentCreated() local