| /frameworks/base/services/java/com/android/server/connectivity/ |
| Vpn.java | 29 import android.graphics.Bitmap; 193 // Load the icon and convert it into a bitmap. 195 Bitmap bitmap = null; local 202 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); 203 Canvas c = new Canvas(bitmap); 247 showNotification(config, label, bitmap); 308 private void showNotification(VpnConfig config, String label, Bitmap icon) [all...] |
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| WebViewTest.java | 28 import android.graphics.Bitmap; 34 import android.graphics.Bitmap.Config; 805 Bitmap b = Bitmap.createBitmap(mPicture.getWidth(), mPicture.getHeight(), 825 Bitmap b = Bitmap.createBitmap(picture.getWidth(), picture.getHeight(), Config.ARGB_8888); 833 Bitmap b = Bitmap.createBitmap(p.getWidth(), p.getHeight(), Config.ARGB_8888); [all...] |
| WebChromeClientTest.java | 24 import android.graphics.Bitmap; 119 args = {WebView.class, Bitmap.class} 475 public void onReceivedIcon(WebView view, Bitmap icon) {
|
| /packages/apps/Email/src/com/android/email/ |
| NotificationController.java | 30 import android.graphics.Bitmap; 86 private final Bitmap mGenericSenderIcon; 87 private final Bitmap mGenericMultipleSenderIcon; 168 CharSequence title, String contentText, Intent intent, Bitmap largeIcon, 394 private Bitmap getSenderPhoto(Message message) { 429 final Bitmap senderPhoto = multipleUnseen 438 final Bitmap largeIcon = senderPhoto != null ? senderPhoto : mGenericSenderIcon; [all...] |
| /packages/apps/Gallery/src/com/android/camera/ |
| ImageGallery.java | 34 import android.graphics.Bitmap; 321 Bitmap bitmap = img.fullSizeBitmap( 323 if (bitmap != null) { 324 result.putExtra("data", bitmap); 787 Bitmap b, int xPos, int yPos, int w, int h) { 790 // otherwise scale both the bitmap and the view should be 815 Bitmap error = getErrorBitmap(image); 887 private Bitmap mMissingImageThumbnailBitmap; 888 private Bitmap mMissingVideoThumbnailBitmap [all...] |
| ImageManager.java | 32 import android.graphics.Bitmap; 33 import android.graphics.Bitmap.CompressFormat; 197 // Stores a bitmap or a jpeg byte array to a file (using the specified 205 Bitmap source, byte[] jpegData, int[] degree) {
|
| /frameworks/base/core/java/android/widget/ |
| RemoteViews.java | 32 import android.graphics.Bitmap; 138 // We currently only calculate Bitmap memory usage, so by default, don't do anything 645 static final int BITMAP = 12; 704 case BITMAP: 705 this.value = Bitmap.CREATOR.createFromParcel(in); 762 case BITMAP: 763 ((Bitmap)this.value).writeToParcel(out, flags); 800 case BITMAP: 801 return Bitmap.class; 853 // We currently only calculate Bitmap memory usag [all...] |
| StackView.java | 24 import android.graphics.Bitmap; [all...] |
| /packages/apps/Browser/src/com/android/browser/ |
| AddBookmarkPage.java | 34 import android.graphics.Bitmap; 763 Bitmap thumbnail = invalidateThumbnail ? null 764 : (Bitmap) bundle.getParcelable(BrowserContract.Bookmarks.THUMBNAIL); [all...] |
| /development/apps/GestureBuilder/src/com/android/gesture/builder/ |
| GestureBuilderActivity.java | 43 import android.graphics.Bitmap; 353 final Bitmap bitmap = gesture.toBitmap(mThumbnailSize, mThumbnailSize, local 359 mAdapter.addBitmap(namedGesture.gesture.getID(), bitmap); local 417 void addBitmap(Long id, Bitmap bitmap) { 418 mThumbnails.put(id, new BitmapDrawable(bitmap));
|
| /frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
| NotificationBuilderTest.java | 28 import android.graphics.Bitmap; 397 private Bitmap loadBitmap(int id) { 399 return Bitmap.createBitmap(bd.getBitmap());
|
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| ResourceHelper.java | 34 import android.graphics.Bitmap; 163 * @param value The value that contains a path to a 9 patch, a bitmap or a xml based drawable, 229 Bitmap bitmap = Bridge.getCachedBitmap(stringValue, local 232 if (bitmap == null) { 233 bitmap = Bitmap_Delegate.createBitmap(bmpFile, false /*isMutable*/, 235 Bridge.setCachedBitmap(stringValue, bitmap, 239 return new BitmapDrawable(context.getResources(), bitmap); 264 // see if we still have both the chunk and the bitmap in the caches 267 Bitmap bitmap = Bridge.getCachedBitmap(cacheKey local [all...] |
| /packages/apps/Browser/src/com/android/browser/widget/ |
| BookmarkThumbnailWidgetService.java | 26 import android.graphics.Bitmap; 27 import android.graphics.Bitmap.Config; 252 // RemoteViews require a valid bitmap config 255 Bitmap thumbnail = null, favicon = null;
|
| /packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
| FallRS.java | 32 import android.graphics.Bitmap; 87 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888; 248 Bitmap b = BitmapFactory.decodeResource(mResources, id, mOptionsARGB);
|
| /development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/ |
| RsRenderStatesRS.java | 20 import android.graphics.Bitmap; 46 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888; 305 Bitmap b = BitmapFactory.decodeResource(mRes, id, mOptionsARGB); 316 Bitmap b = BitmapFactory.decodeResource(mRes, R.drawable.cubemap_test);
|
| /external/webkit/Source/WebCore/platform/graphics/haiku/ |
| ImageHaiku.cpp | 45 #include <Bitmap.h>
|
| /frameworks/base/graphics/java/android/renderscript/ |
| AllocationAdapter.java | 20 import android.graphics.Bitmap;
|
| FileA3D.java | 25 import android.graphics.Bitmap;
|
| RenderScriptGL.java | 23 import android.graphics.Bitmap;
|
| /frameworks/base/media/java/android/media/videoeditor/ |
| MediaArtistNativeHelper.java | 27 import android.graphics.Bitmap; 1949 Bitmap bitmap = null; local [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
| VideoEditorAPITest.java | 22 import android.graphics.Bitmap; 451 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayItemFileName, 703 final Bitmap mBitmap = mVideoEditorHelper.getBitmap(overlayItemFileName, [all...] |
| /frameworks/base/services/java/com/android/server/am/ |
| TaskRecord.java | 22 import android.graphics.Bitmap;
|
| /frameworks/ex/chips/src/com/android/ex/chips/ |
| RecipientEditTextView.java | 26 import android.graphics.Bitmap; 138 private Bitmap mDefaultContactPhoto; 410 private Bitmap createSelectedChip(RecipientEntry contact, TextPaint paint, Layout layout) { 428 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); 452 private Bitmap createUnselectedChip(RecipientEntry contact, TextPaint paint, Layout layout) { 469 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888) [all...] |
| /packages/apps/Contacts/tests/src/com/android/contacts/calllog/ |
| CallLogFragmentTest.java | 31 import android.graphics.Bitmap; 94 private HashMap<Integer, Bitmap> mCallTypeIcons; 382 * Get the Bitmap from the icons in the contacts package. 384 private Bitmap getBitmap(String resName) { 396 mCallTypeIcons = new HashMap<Integer, Bitmap>(3);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| PhotoView.java | 26 import android.graphics.Bitmap; 197 entry.set(true, data.bitmap, data.rotation); 654 public Bitmap bitmap; field in class:PhotoView.ImageData 656 public ImageData(Bitmap bitmap, int rotation) { 657 this.bitmap = bitmap; 677 public void set(boolean enabled, Bitmap bitmap, int rotation) [all...] |