Home
last modified time | relevance | path

Searched refs:getBitmap (Results 1 – 14 of 14) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DRecyclingBitmapDrawable.java99 getBitmap().recycle(); in checkState()
105 Bitmap bitmap = getBitmap(); in hasValidBitmap()
DImageCache.java170 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/
DBitmapUtils.java63 Bitmap bitmap = getBitmap(resources, resourceId); in loadPhotos()
75 static Bitmap getBitmap(Resources resources, int resourceId) { in getBitmap() method in BitmapUtils
DPictureDetailsActivity.java80 Bitmap bitmap = BitmapUtils.getBitmap(getResources(), in onCreate()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DDirectoryEntry.java41 public Bitmap getBitmap(Resources res) { in getBitmap() method in DirectoryEntry
DContentFragment.java293 .getBitmap(getResources()); in updateContentAndRecycleBitmap()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DStaticPointerIconButton.java55 mCustomIcon = PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY); in onResolvePointerIcon()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintBitmap.java77 Bitmap bitmap = ((BitmapDrawable) mImageView.getDrawable()).getBitmap(); in print()
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
DWindowAnimations.java95 Bitmap bm = drawable.getBitmap(); in onCreate()
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DOtherMetadataFragment.java241 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver() in loadBitmapFromContactUri()
249 result = ((BitmapDrawable) defaultContactDrawable).getBitmap(); in loadBitmapFromContactUri()
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DBackgroundHelper.java106 return ((BitmapDrawable) drawable).getBitmap(); in loadBitmap()
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardView.java108 canvas.drawBitmap(bitmapDrawable.getBitmap(), ANTIALIAS_BORDER, ANTIALIAS_BORDER, null); in bitmapWithBorder()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DOverlayDisplayWindow.java262 return mTextureView.getBitmap(); in getSnapshot()
/development/samples/SupportLeanbackShowcase/libs/
Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...