/packages/apps/Contacts/src/com/android/contacts/editor/ |
CompactRawContactsEditorView.java | 35 import android.graphics.Bitmap; 484 elog("Failed to get bitmap from photo Uri"); 538 final Bitmap bitmap = EditorUiUtils.getPhotoBitmap(valuesDelta); local 539 if (bitmap == null) continue; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoDataAdapter.java | 19 import android.graphics.Bitmap; 552 public Bitmap getTile(int level, int x, int y, int tileSize) { 701 // a Bitmap and then wrap it in a BitmapScreenNail instead. 705 // If this is a temporary item, don't try to get its bitmap because 706 // it won't be available. We will get its bitmap after a data reload. 711 Bitmap bitmap = mItem.requestImage(MediaItem.TYPE_THUMBNAIL).run(jc); local 713 if (bitmap != null) { 714 bitmap = BitmapUtils.rotateBitmap(bitmap, [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TileImageView.java | 20 import android.graphics.Bitmap; 63 * DECODED --> ACTIVATED - (after the decoded bitmap is uploaded) 80 // The mLevel variable indicates which level of bitmap we should use. 81 // Level 0 means the original full-sized bitmap, and a larger value means 82 // a smaller scaled bitmap (The width and height of each scaled bitmap is 84 // use the bitmap in mScaledBitmaps[mLevel] for display, otherwise the value 106 // The width and height of the full-sized bitmap 142 public Bitmap getTile(int level, int x, int y, int tileSize); 295 // If the bitmap is scaled by the given factor "scale", return th 693 Bitmap bitmap = mDecodedTile; local [all...] |
/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageRenderer.java | 20 import android.graphics.Bitmap; 57 * DECODED --> ACTIVATED - (after the decoded bitmap is uploaded) 70 private static Pool<Bitmap> sTilePool = new SynchronizedPool<Bitmap>(64); 79 // The mLevel variable indicates which level of bitmap we should use. 80 // Level 0 means the original full-sized bitmap, and a larger value means 81 // a smaller scaled bitmap (The width and height of each scaled bitmap is 83 // use the bitmap in mScaledBitmaps[mLevel] for display, otherwise the value 104 // The width and height of the full-sized bitmap 707 Bitmap bitmap = mDecodedTile; local [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageRenderer.java | 20 import android.graphics.Bitmap; 58 * DECODED --> ACTIVATED - (after the decoded bitmap is uploaded) 71 @Thunk static Pool<Bitmap> sTilePool = new SynchronizedPool<Bitmap>(64); 80 // The mLevel variable indicates which level of bitmap we should use. 81 // Level 0 means the original full-sized bitmap, and a larger value means 82 // a smaller scaled bitmap (The width and height of each scaled bitmap is 84 // use the bitmap in mScaledBitmaps[mLevel] for display, otherwise the value 105 // The width and height of the full-sized bitmap 708 Bitmap bitmap = mDecodedTile; local [all...] |
/packages/apps/Nfc/src/com/android/nfc/beam/ |
SendUi.java | 32 import android.graphics.Bitmap; 182 Bitmap mScreenshotBitmap; 461 // did store the bitmap. Clear out the bitmap, reset 553 final class ScreenshotTask extends AsyncTask<Void, Void, Bitmap> { 555 protected Bitmap doInBackground(Void... params) { 560 protected void onPostExecute(Bitmap result) { 590 Bitmap createScreenshot() { 621 Bitmap bitmap = SurfaceControl.screenshot((int) dims[0], (int) dims[1]) local [all...] |
/packages/apps/Settings/src/com/android/settings/ |
Utils.java | 45 import android.graphics.Bitmap; 139 private static SparseArray<Bitmap> sDarkDefaultUserBitmapCache = new SparseArray<Bitmap>(); 356 Bitmap icon = BitmapFactory.decodeStream(avatarDataStream); 365 Bitmap bitmap = getDefaultUserIconAsBitmap(userId); local 366 um.setUserIcon(userId, bitmap); 881 Bitmap bitmap = null; local [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
UserSettings.java | 33 import android.graphics.Bitmap; 148 private SparseArray<Bitmap> mUserIcons = new SparseArray<Bitmap>(); 346 Bitmap b = mUserManager.getUserIcon(myUserId); 897 Bitmap bitmap = mUserManager.getUserIcon(userId); local 916 Bitmap bitmap = mUserIcons.get(user.id); local [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTable.java | 20 import android.graphics.Bitmap; 460 /** Put a nice border on the bitmap. */ 462 Bitmap decodedPhoto) { 506 final Bitmap current = getBitmap(mParent); 507 Bitmap decodedPhoto; 970 BitmapDrawable bitmap = (BitmapDrawable) layers.getDrawable(0); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
xfrm.h | 90 __u32 bitmap; member in struct:xfrm_replay_state
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
freetype.h | 331 /* This structure models the metrics of a bitmap strike (i.e., a set */ 332 /* of glyphs for a given point size and resolution) in a bitmap font. */ 360 /* bitmap strike itself. They are computed from the global font */ 451 /* module in charge of converting a glyph image to a bitmap, when */ 1741 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_ [all...] |
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 36 import android.graphics.Bitmap; 2277 final Bitmap bitmap = BitmapFactory.decodeByteArray( local [all...] |
/bionic/libc/kernel/uapi/linux/ |
xfrm.h | 92 __u32 bitmap; member in struct:xfrm_replay_state
|
/cts/tests/tests/content/src/android/content/cts/ |
ContextWrapperTest.java | 37 import android.graphics.Bitmap; 287 // set Wallpaper by contextWrapper#setWallpaper(Bitmap) 288 Bitmap bitmap = Bitmap.createBitmap(20, 30, Bitmap.Config.RGB_565); local 294 mContextWrapper.setWallpaper(bitmap); [all...] |
/development/ndk/platforms/android-21/include/linux/ |
xfrm.h | 90 __u32 bitmap; member in struct:xfrm_replay_state
|
/external/iproute2/include/linux/ |
xfrm.h | 86 __u32 bitmap; member in struct:xfrm_replay_state
|
/external/kernel-headers/original/uapi/linux/ |
xfrm.h | 86 __u32 bitmap; member in struct:xfrm_replay_state
|
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 341 struct bitmap_state Bitmap; /**< For _mesa_meta_Bitmap() */ 2625 struct bitmap_state *bitmap = &ctx->Meta->Bitmap; local [all...] |
/external/pdfium/core/src/fxge/win32/ |
fx_win32_gdipext.cpp | 232 GpBitmap** bitmap); 235 GpBitmap** bitmap); 244 GpBitmap* bitmap, 256 GpBitmap* bitmap, 271 GpBitmap** bitmap); 286 GpBitmap** bitmap); 570 GpBitmap* bitmap; local 574 pStretched->GetBuffer(), &bitmap); 583 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)pal); 584 CallFunc(GdipDrawImageI)(pGraphics, bitmap, 591 GpBitmap* bitmap; local 626 GpBitmap* bitmap = NULL; local [all...] |
/external/skia/samplecode/ |
SampleApp.cpp | 1226 SkBitmap bitmap = capture_bitmap(canvas); local [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | 189 by the device's XY offset and bitmap-bounds. 282 bitmap/device to draw into from this level. This value is NOT 693 SkBitmap bitmap; local 694 bitmap.setInfo(SkImageInfo::MakeUnknown(width, height)); 695 return bitmap; 752 SkCanvas::SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props) 759 SkAutoTUnref<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps)); 763 SkCanvas::SkCanvas(const SkBitmap& bitmap) 770 SkAutoTUnref<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps)); 842 bool SkCanvas::readPixels(SkBitmap* bitmap, int x, int y) 2224 SkBitmap bitmap; local 2240 SkBitmap bitmap; local 2979 SkBitmap bitmap; local [all...] |
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 109 SkBitmap bitmap; local 110 bitmap.setInfo(SkImageInfo::MakeUnknown(width, height)); 111 return bitmap; 646 const SkBitmap& bitmap, 652 if (!SkImageEncoder::EncodeStream(&write, bitmap, 654 HRM(E_FAIL, "Unable to encode bitmap as png."); 683 static_cast<FLOAT>(bitmap.width()), static_cast<FLOAT>(bitmap.height()) 703 const SkScalar bWidth = SkIntToScalar(bitmap.width()); 704 const SkScalar bHeight = SkIntToScalar(bitmap.height()) [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 26 import android.graphics.Bitmap; 233 Bitmap mSampleTile; 451 // If there's a bitmap that's not wrapped with a ClipDrawable or 508 final BitmapDrawable bitmap = (BitmapDrawable) drawable; local 509 final Bitmap tileBitmap = bitmap.getBitmap(); 514 final BitmapDrawable clone = (BitmapDrawable) bitmap.getConstantState().newDrawable(); [all...] |
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | 1312 SkBitmap bitmap; local 1328 SkBitmap bitmap; local 1344 SkBitmap bitmap; local 1359 SkBitmap bitmap; local 1375 SkBitmap bitmap; local [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteControllerDialog.java | 23 import android.graphics.Bitmap; 162 private Bitmap mArtIconBitmap; 589 Bitmap art = ((BitmapDrawable) mArtView.getDrawable()).getBitmap(); 827 final BitmapDrawable bitmap = item.getValue(); local [all...] |