/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | RecyclingBitmapDrawable.java | 99 getBitmap().recycle(); in checkState() 105 Bitmap bitmap = getBitmap(); in hasValidBitmap()
|
D | ImageCache.java | 170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap())); in init() 262 value.getBitmap().compress( in addBitmapToCache() 614 Bitmap bitmap = value.getBitmap(); in getBitmapSize()
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
D | BitmapUtils.java | 63 Bitmap bitmap = getBitmap(resources, resourceId); in loadPhotos() 75 static Bitmap getBitmap(Resources resources, int resourceId) { in getBitmap() method in BitmapUtils
|
D | PictureDetailsActivity.java | 80 Bitmap bitmap = BitmapUtils.getBitmap(getResources(), in onCreate()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | DirectoryEntry.java | 41 public Bitmap getBitmap(Resources res) { in getBitmap() method in DirectoryEntry
|
D | ContentFragment.java | 293 .getBitmap(getResources()); in updateContentAndRecycleBitmap()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | StaticPointerIconButton.java | 55 mCustomIcon = PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY); in onResolvePointerIcon()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PrintBitmap.java | 77 Bitmap bitmap = ((BitmapDrawable) mImageView.getDrawable()).getBitmap(); in print()
|
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/ |
D | WindowAnimations.java | 95 Bitmap bm = drawable.getBitmap(); in onCreate()
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
D | OtherMetadataFragment.java | 241 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver() in loadBitmapFromContactUri() 249 result = ((BitmapDrawable) defaultContactDrawable).getBitmap(); in loadBitmapFromContactUri()
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | BackgroundHelper.java | 106 return ((BitmapDrawable) drawable).getBitmap(); in loadBitmap()
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
D | CardView.java | 108 canvas.drawBitmap(bitmapDrawable.getBitmap(), ANTIALIAS_BORDER, ANTIALIAS_BORDER, null); in bitmapWithBorder()
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | OverlayDisplayWindow.java | 262 return mTextureView.getBitmap(); in getSnapshot()
|
/development/samples/SupportLeanbackShowcase/libs/ |
D | picasso-2.5.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/squareup/
com/ ... |